Rather large security update, might have finally cracked this #83

This commit is contained in:
2023-11-18 23:10:29 -05:00
parent aab01b46f4
commit 534fb68055
5 changed files with 126 additions and 60 deletions

View File

@ -123,6 +123,7 @@ recorder:
- sensor.mariadb_database_size
- sensor.internet_time
- sensor.random_joke
- sensor.bypassed_sensors
include:
entities:
- media_player.living_room_tv
@ -246,6 +247,7 @@ influxdb:
- sensor.mosquitto*
- sensor.*illuminance
- sensor.*temp_change
- sensor.*_faults
entities:
- media_player.living_room_tv
- media_player.basement_tv
@ -295,6 +297,7 @@ influxdb:
- sensor.aircons_running
- sensor.fans_running
- sensor.climate_devices_running
- sensor.bypassed_sensors
logbook:
include:
@ -399,6 +402,7 @@ prometheus:
- sensor.mosquitto*
- sensor.*illuminance
- sensor.*temp_change
- sensor.*_faults
include_entities:
- media_player.living_room_tv
- media_player.basement_tv
@ -448,3 +452,4 @@ prometheus:
- sensor.aircons_running
- sensor.fans_running
- sensor.climate_devices_running
- sensor.bypassed_sensors