initial commit
This commit is contained in:
34
configuration/recorder/postgres.yml
Normal file
34
configuration/recorder/postgres.yml
Normal file
@ -0,0 +1,34 @@
|
||||
####################################################################################################
|
||||
### RECORDER ###################################################################################
|
||||
####################################################################################################
|
||||
---
|
||||
db_url: postgresql://hassio:qP4fwHvq69QnZqj4@10.10.12.11:5432/hassio?client_encoding=utf8
|
||||
purge_keep_days: 10
|
||||
auto_purge: true
|
||||
auto_repack: true
|
||||
db_max_retries: 60
|
||||
db_retry_wait: 5
|
||||
exclude:
|
||||
domains:
|
||||
- automation
|
||||
- updater
|
||||
entity_globs:
|
||||
- sensor.weather_*
|
||||
entities:
|
||||
- sun.sun
|
||||
- sensor.last_boot
|
||||
- sensor.date
|
||||
event_types:
|
||||
- call_service
|
||||
|
||||
# include:
|
||||
# domains:
|
||||
# - alarm_control_panel
|
||||
# - light
|
||||
# entity_globs:
|
||||
# - binary_sensor.*_occupancy
|
||||
# exclude:
|
||||
# domains:
|
||||
# - media_player
|
||||
# entities:
|
||||
# - light.kitchen_light
|
Reference in New Issue
Block a user