@22bit wrote:
Trying to understand the difference between the Config file versus the Configuration Yaml using Hassio.
Using the Configurator add-on --> Browse --> then opening the file called “configuration.yaml” yields:
# 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
Using the UI --> Configure UI --> Raw Config Editor yields:
title: Home views: - badges: - entity: binary_sensor.updater - entity: sensor.main_floor_temperature - entity: sensor.main_floor_humidity - entity: sun.sun cards: - entity: weather.main_floor type: weather-forecast - entities: - sensor.main_floor_humidity - sensor.main_floor_temperature show_header_toggle: true title: Main Floor type: entities - entity: climate.main_floor type: thermostat - entity: media_player.living_room type: media-control - entity: climate.home type: thermostat path: default_view title: Home
Posts: 5
Participants: 3