Skip to content

Instantly share code, notes, and snippets.

@Bouni
Created September 28, 2019 09:17
Show Gist options
  • Select an option

  • Save Bouni/4db880111fb9d197236fe30d96ff1cdb to your computer and use it in GitHub Desktop.

Select an option

Save Bouni/4db880111fb9d197236fe30d96ff1cdb to your computer and use it in GitHub Desktop.
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