This commit is contained in:
Home Assistant Version Control
2026-08-26 05:10:22 +00:00
parent 7949b48130
commit 7e9df8d9c4
3 changed files with 9 additions and 7 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"entity": "binary_sensor.downstairs_bathroom_occupancy"
},
{
"entity": "binary_sensor.night_light_occupancy"
"entity": "binary_sensor.night_light_occupancy_2"
},
{
"entity": "binary_sensor.front_door"
@@ -125,7 +125,7 @@
"type": "history-graph",
"entities": [
{
"entity": "input_boolean.blink_backyard_camera_motion"
"entity": "binary_sensor.night_light_occupancy_2"
},
{
"entity": "input_boolean.blink_shed_camera_motion"
@@ -164,10 +164,10 @@
"type": "history-graph",
"entities": [
{
"entity": "sensor.night_light_illuminance"
"entity": "sensor.night_light_illuminance_2"
},
{
"entity": "light.night_light"
"entity": "light.night_light_2"
}
],
"hours_to_show": 24
+3 -3
View File
@@ -100,7 +100,7 @@
},
{
"type": "tile",
"entity": "light.night_light",
"entity": "light.night_light_2",
"name": "Door Light Color State",
"state_content": "state",
"state_color": true
@@ -111,7 +111,7 @@
"state_color": true,
"entities": [
{
"entity": "binary_sensor.night_light_occupancy",
"entity": "binary_sensor.night_light_occupancy_2",
"name": "Night Light Motion Sensor",
"icon": "mdi:motion-sensor"
}
@@ -133,7 +133,7 @@
},
{
"type": "custom:mushroom-light-card",
"entity": "light.office_lamp",
"entity": "light.office_lamp_2",
"use_light_color": true,
"tap_action": {
"action": "none"