Add adaptive lighting diagnostics to Influx/Prometheus #129
This commit is contained in:
@ -229,6 +229,14 @@ influxdb:
|
|||||||
- sensor.home_assistant_glances*
|
- sensor.home_assistant_glances*
|
||||||
- sensor.watchman_missing*
|
- sensor.watchman_missing*
|
||||||
- sensor.portainer*
|
- sensor.portainer*
|
||||||
|
- sensor.*brightness_intended
|
||||||
|
- sensor.*brightness_actual
|
||||||
|
- sensor.*colortemp_intended
|
||||||
|
- sensor.*colortemp_actual
|
||||||
|
- sensor.*brightness_diff
|
||||||
|
- sensor.*colortemp_diff
|
||||||
|
- binary_sensor.*sync_issue
|
||||||
|
- switch.adaptive_lighting*
|
||||||
entities:
|
entities:
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- media_player.basement_tv
|
- media_player.basement_tv
|
||||||
@ -370,6 +378,14 @@ prometheus:
|
|||||||
- sensor.home_assistant_glances*
|
- sensor.home_assistant_glances*
|
||||||
- sensor.watchman_missing*
|
- sensor.watchman_missing*
|
||||||
- sensor.portainer*
|
- sensor.portainer*
|
||||||
|
- sensor.*brightness_intended
|
||||||
|
- sensor.*brightness_actual
|
||||||
|
- sensor.*colortemp_intended
|
||||||
|
- sensor.*colortemp_actual
|
||||||
|
- sensor.*brightness_diff
|
||||||
|
- sensor.*colortemp_diff
|
||||||
|
- binary_sensor.*sync_issue
|
||||||
|
- switch.adaptive_lighting*
|
||||||
include_entities:
|
include_entities:
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- media_player.basement_tv
|
- media_player.basement_tv
|
||||||
|
Reference in New Issue
Block a user