HassOS 3.13 VMDK on VBox
Version: 222
TOTAL NEWB
I have made numerous settings changes in the Web UI, but when I look at the configuration.yaml file all I see is the changes I made to it manually:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Zwave config
zwave:
usb_path: /dev/ttyUSB0
# Zigbee config
zha:
usb_path: /dev/ttyUSB1
database_path: /config/zigbee.db
# Time & Date Sensor
# Example configuration.yaml entry
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'date_time_utc'
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- 'beat'
How do I get the actual config into the configuration.yaml file?