Modified recorder settings to hopefully reduce database size
This commit is contained in:
@ -67,9 +67,9 @@ climate:
|
|||||||
token: !secret master_bedroom_ac_token
|
token: !secret master_bedroom_ac_token
|
||||||
k1: !secret master_bedroom_ac_key
|
k1: !secret master_bedroom_ac_key
|
||||||
|
|
||||||
# recorder:
|
recorder:
|
||||||
# db_url: !secret mariadb_url
|
purge_keep_days: 14
|
||||||
# purge_keep_days: 30
|
commit_interval: 10
|
||||||
|
|
||||||
# influxdb:
|
# influxdb:
|
||||||
# host: 192.168.1.26
|
# host: 192.168.1.26
|
||||||
@ -105,6 +105,9 @@ logbook:
|
|||||||
domains:
|
domains:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
- light
|
- light
|
||||||
|
- fan
|
||||||
|
- switch
|
||||||
|
- climate
|
||||||
entity_globs:
|
entity_globs:
|
||||||
- binary_sensor.*_motion
|
- binary_sensor.*_motion
|
||||||
- binary_sensor.*_occupancy
|
- binary_sensor.*_occupancy
|
Reference in New Issue
Block a user