Add sensors to databases
This commit is contained in:
@ -249,7 +249,7 @@ influxdb:
|
|||||||
- binary_sensor.*occupied*
|
- binary_sensor.*occupied*
|
||||||
- sensor.mosquitto*
|
- sensor.mosquitto*
|
||||||
- sensor.*illuminance
|
- sensor.*illuminance
|
||||||
- sensor.*temp_change
|
- sensor.*temp_change*
|
||||||
- sensor.*_faults
|
- sensor.*_faults
|
||||||
entities:
|
entities:
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
@ -302,6 +302,7 @@ influxdb:
|
|||||||
- sensor.fans_running
|
- sensor.fans_running
|
||||||
- sensor.climate_devices_running
|
- sensor.climate_devices_running
|
||||||
- sensor.bypassed_sensors
|
- sensor.bypassed_sensors
|
||||||
|
- input_boolean.shower_mode
|
||||||
|
|
||||||
logbook:
|
logbook:
|
||||||
include:
|
include:
|
||||||
@ -406,7 +407,7 @@ prometheus:
|
|||||||
- binary_sensor.*occupied*
|
- binary_sensor.*occupied*
|
||||||
- sensor.mosquitto*
|
- sensor.mosquitto*
|
||||||
- sensor.*illuminance
|
- sensor.*illuminance
|
||||||
- sensor.*temp_change
|
- sensor.*temp_change*
|
||||||
- sensor.*_faults
|
- sensor.*_faults
|
||||||
include_entities:
|
include_entities:
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
@ -459,3 +460,4 @@ prometheus:
|
|||||||
- sensor.fans_running
|
- sensor.fans_running
|
||||||
- sensor.climate_devices_running
|
- sensor.climate_devices_running
|
||||||
- sensor.bypassed_sensors
|
- sensor.bypassed_sensors
|
||||||
|
- input_boolean.shower_mode
|
||||||
|
Reference in New Issue
Block a user