homeassistant

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-07-15 11:11:57 +05:00
parent 8c2a7a1de7
commit aefd3bf545
14 changed files with 153388 additions and 0 deletions

32
configuration.yaml Normal file
View File

@@ -0,0 +1,32 @@
# Example configuration.yaml entry
default_config:
python_script:
logger:
default: info
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
mqtt: !include mqtt.yaml
# Example configuration.yaml entry
media_player:
- platform: "vlc"
recorder:
db_url: !secret postgresdb # параметры подключения к БД
db_max_retries: 30 # Количество попыток подключения регистратора к БД
db_retry_wait: 10 # Время (сек) ожидания подключения к БД
auto_purge: false # Автоматическая еженочная очистка БД в 04:12
auto_repack: false # Автоматически переупаковывайте БД каждое воскресенье
purge_keep_days: 365 # Срок (дней) хранения истории после очистки
commit_interval: 5 # Частота (сек) фиксации события и изменения состояния в БД