2020-06-27 16:16:52 +01:00
|
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
|
|
default_config:
|
|
|
|
|
|
|
|
# Text to speech
|
|
|
|
tts:
|
|
|
|
- platform: google_translate
|
|
|
|
|
|
|
|
group: !include groups.yaml
|
|
|
|
automation: !include automations.yaml
|
|
|
|
script: !include scripts.yaml
|
|
|
|
scene: !include scenes.yaml
|
|
|
|
|
|
|
|
homeassistant:
|
|
|
|
auth_mfa_modules:
|
|
|
|
- type: totp
|
2020-06-27 16:34:41 +01:00
|
|
|
|
|
|
|
influxdb:
|
2020-06-28 19:16:22 +01:00
|
|
|
host: 127.0.0.1
|
2020-06-27 21:00:07 +01:00
|
|
|
port: 48086
|
2020-06-27 19:53:21 +01:00
|
|
|
|
2020-06-27 21:00:18 +01:00
|
|
|
tado:
|
|
|
|
username: !secret tado_username
|
|
|
|
password: !secret tado_password
|
|
|
|
|
|
|
|
arlo:
|
|
|
|
username: !secret arlo_username
|
|
|
|
password: !secret arlo_password
|
2020-07-06 20:48:57 +01:00
|
|
|
|
|
|
|
light:
|
|
|
|
- platform: flux_led
|
|
|
|
automatic_add: true
|