infrastructure/ansible/roles/home-assistant/files/configuration.yml
Jake Howard e2ca9ad4a9
Don't use host hack to connect to influx
Just bind to internal port like a sane person
2020-06-28 19:16:22 +01:00

33 lines
624 B
YAML

# 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
influxdb:
host: 127.0.0.1
port: 48086
person:
- name: Jake
id: 0f9914e2a9c547adac98db4501b3067b
device_trackers:
- device_tracker.gm1913
tado:
username: !secret tado_username
password: !secret tado_password
arlo:
username: !secret arlo_username
password: !secret arlo_password