51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
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
|
|
template: !include template.yaml
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 192.168.88.10
|
|
- 127.0.0.1
|
|
- ::1
|
|
#ip_ban_enabled: true
|
|
#login_attempts_threshold: 5
|
|
|
|
influxdb:
|
|
host: a0d7b954-influxdb
|
|
port: 8086
|
|
database: homeassistant
|
|
username: homeassistant
|
|
password: QVT5eqCgCXDxpSu4b7Rl
|
|
max_retries: 3
|
|
default_measurement: state
|
|
|
|
# Obývák / hlavní světlo
|
|
light:
|
|
- platform: group
|
|
name: Obývák
|
|
entities:
|
|
- light.0xb4e3f9fffe102c1f
|
|
- light.0xb4e3f9fffe102c12
|
|
- light.0x84fd27fffe80415b
|
|
- light.0x84fd27fffed7b8a4
|
|
|
|
camera:
|
|
- platform: xiaomi_cloud_map_extractor
|
|
host: 192.168.88.22
|
|
token: !secret xiaomi_vacuum_token
|
|
username: !secret xiaomi_cloud_username
|
|
password: !secret xiaomi_cloud_password
|
|
draw: ["all"]
|
|
attributes:
|
|
- calibration_points
|