Created
February 23, 2017 17:54
-
-
Save dale3h/cf520f75d4b4b98ecea70e56fe9aed1f to your computer and use it in GitHub Desktop.
Default YAML Configuration for Home Assistant 0.38.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| homeassistant: | |
| # Name of the location where Home Assistant is running | |
| name: Home | |
| # Location required to calculate the time the sun rises and sets | |
| latitude: 32.8208 | |
| longitude: -97.0107 | |
| # Impacts weather/sunrise data (altitude above sea level in meters) | |
| elevation: 196 | |
| # metric for Metric, imperial for Imperial | |
| unit_system: imperial | |
| # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
| time_zone: America/Chicago | |
| # Show links to resources in log and frontend | |
| introduction: | |
| # Enables the frontend | |
| frontend: | |
| http: | |
| # Uncomment this to add a password (recommended!) | |
| # api_password: PASSWORD | |
| # Uncomment this if you are using SSL or running in Docker etc | |
| # base_url: example.duckdns.org:8123 | |
| # Checks for available updates | |
| updater: | |
| # Discover some devices automatically | |
| discovery: | |
| # Allows you to issue voice commands from the frontend in enabled browsers | |
| conversation: | |
| # Enables support for tracking state changes over time. | |
| history: | |
| # View all events in a logbook | |
| logbook: | |
| # Track the sun | |
| sun: | |
| # Weather Prediction | |
| sensor: | |
| platform: yr | |
| # Text to speech | |
| tts: | |
| platform: google |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment