Inspired by https://github.com/jcallaghan/home-assistant-config/issues/80 , opened up the LogBook recording more of All automations and Scripts. pLAN IS TO PAIR THEM DOWN AS NECESSARY. #765
This commit is contained in:
parent
9fc814986c
commit
2e72549d1b
|
@ -11,7 +11,7 @@ logs:
|
|||
aiohttp.access: critical
|
||||
aiohttp.server: critical
|
||||
homeassistant.core: error
|
||||
homeassistant.components.automation: info
|
||||
homeassistant.components.automation: warn
|
||||
homeassistant.components.binary_sensor: error
|
||||
homeassistant.components.climate.nest: warn
|
||||
homeassistant.components.device_tracker: error
|
||||
|
|
|
@ -9,11 +9,11 @@ include:
|
|||
exclude:
|
||||
domains:
|
||||
- updater
|
||||
- automation
|
||||
# - automation
|
||||
- device_tracker
|
||||
- group
|
||||
- scene
|
||||
- script
|
||||
# - script
|
||||
entities:
|
||||
- binary_sensor.camera1_motion_sensor
|
||||
- binary_sensor.camera2_motion_sensor
|
||||
|
|
Loading…
Reference in New Issue