infrastructure/ansible/roles/home-assistant/files/configuration.yml

27 lines
506 B
YAML
Raw Normal View History

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:
host: 127.0.0.1
port: 48086
2020-06-27 19:53:21 +01:00
2020-07-06 20:48:57 +01:00
light:
- platform: flux_led
automatic_add: true
2020-08-30 16:58:27 +01:00
recorder:
db_url: postgres://home-assistant:home-assistant@127.0.0.1:45432/home-assistant