Created
September 28, 2019 09:17
-
-
Save Bouni/4db880111fb9d197236fe30d96ff1cdb to your computer and use it in GitHub Desktop.
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: | |
| latitude: 47.0 | |
| longitude: 8.0 | |
| elevation: 340 | |
| unit_system: metric | |
| time_zone: Europe/Berlin | |
| name: Home | |
| homeassistant: | |
| latitude: 47.0 | |
| longitude: 8.0 | |
| elevation: 340 | |
| unit_system: metric | |
| time_zone: Europe/Berlin | |
| name: Home | |
| # ------------------------- | |
| history: | |
| system_health: | |
| # Enables the frontend | |
| frontend: | |
| # Enables configuration UI | |
| config: | |
| 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: | |
| # ------------------------- | |
| mqtt: | |
| broker: mosquitto | |
| username: homeassistant | |
| password: ... | |
| sensor: | |
| - platform: mqtt | |
| state_topic: "tele/waschmaschine/SENSOR" | |
| name: "Sonoff Waschmaschine" | |
| lovelace: | |
| # mode: yaml | |
| mqtt: | |
| broker: mosquitto | |
| username: homeassistant | |
| password: ... | |
| sensor: | |
| - platform: mqtt | |
| state_topic: "tele/waschmaschine/SENSOR" | |
| name: "Sonoff Waschmaschine" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment