2020-06-12 20:02:42 +00:00
|
|
|
###############################################################################
|
|
|
|
# @author : Jeffrey Stone
|
|
|
|
# @date : 06/10/2020
|
|
|
|
# @package : Database
|
|
|
|
# @description : Recorder and Logger Configurations
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
recorder:
|
2020-08-22 03:36:06 +00:00
|
|
|
#db_url: !secret database
|
2021-05-24 15:58:12 +00:00
|
|
|
purge_keep_days: 1
|
2020-06-12 20:02:42 +00:00
|
|
|
exclude:
|
|
|
|
domains:
|
|
|
|
- automation
|
|
|
|
- weblink
|
|
|
|
- updater
|
|
|
|
entities:
|
|
|
|
- sun.sun # Don't record sun data
|
|
|
|
- sensor.last_boot # Comes from 'systemmonitor' sensor platform
|
|
|
|
- sensor.date
|
2021-05-24 15:58:12 +00:00
|
|
|
- sensor.icloud3_event_log
|
2020-06-12 20:02:42 +00:00
|
|
|
|
|
|
|
logbook:
|
|
|
|
include:
|
|
|
|
domains:
|
|
|
|
- media_player
|
|
|
|
- automation
|
|
|
|
- script
|
2021-05-24 15:58:12 +00:00
|
|
|
- scene
|
|
|
|
- light
|
|
|
|
- switch
|
2020-06-12 20:02:42 +00:00
|
|
|
|
|
|
|
# Lets try to make the logs less chatty and more fine tuned.
|
|
|
|
logger:
|
2021-05-24 15:58:12 +00:00
|
|
|
default: error
|
2020-06-12 20:02:42 +00:00
|
|
|
logs:
|
2021-05-24 15:58:12 +00:00
|
|
|
homeassistant.core: warning
|
2020-11-28 01:47:13 +00:00
|
|
|
homeassistant.loader: error
|
2020-06-12 20:02:42 +00:00
|
|
|
homeassistant.components.recorder: error # to spot db issues
|
|
|
|
homeassistant.config_entries: error
|
2020-11-28 01:47:13 +00:00
|
|
|
homeassistant.setup: error
|
|
|
|
homeassistant.components.roku: critical
|
|
|
|
homeassistant.helpers.entity: critical
|
|
|
|
homeassistant.components.automation: error
|
|
|
|
homeassistant.components.tplink: error
|
|
|
|
homeassistant.components.waze_travel_time: error
|
|
|
|
homeassistant.components.statistics.sensor: critical
|
|
|
|
homeassistant.components.nws: error
|
|
|
|
homeassistant.components.wemo: error
|
|
|
|
homeassistant.helpers.event: critical
|
2021-05-24 15:58:12 +00:00
|
|
|
bellows: error
|
|
|
|
zigpy: error
|
|
|
|
homeassistant.components.zha.core: error
|
2020-06-12 20:02:42 +00:00
|
|
|
|
|
|
|
history:
|
|
|
|
include:
|
|
|
|
domains:
|
|
|
|
- sensor
|
|
|
|
- switch
|
|
|
|
- media_player
|
|
|
|
- light
|
2021-05-24 15:58:12 +00:00
|
|
|
- scene
|
|
|
|
- automation
|