mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 17:49:00 +01:00
22 lines
397 B
YAML
22 lines
397 B
YAML
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||
|
default_config:
|
||
|
|
||
|
# Text to speech
|
||
|
tts:
|
||
|
- platform: google_translate
|
||
|
|
||
|
http:
|
||
|
server_port: 9443
|
||
|
use_x_forwarded_for: true
|
||
|
trusted_proxies:
|
||
|
- 192.168.1.194
|
||
|
|
||
|
automation: !include automations.yaml
|
||
|
script: !include scripts.yaml
|
||
|
scene: !include scenes.yaml
|
||
|
|
||
|
logger:
|
||
|
default: info
|
||
|
logs:
|
||
|
custom_components.vesync: debug
|