Add home-assistant
This commit is contained in:
15
ansible/roles/home-assistant/files/configuration.yml
Normal file
15
ansible/roles/home-assistant/files/configuration.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
Reference in New Issue
Block a user