Rename all lights with shorter names. Add Ambient light in LR

This commit is contained in:
2020-05-09 03:31:56 +03:00
parent 42d285579e
commit 6b5d613de6
31 changed files with 513 additions and 305 deletions
@@ -24,9 +24,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.pc
- entity: light.light_avatar_small_2
state: "on"
- entity: light.living_room_main_lights
- entity: light.living_room_main
state: "off"
elements:
- type: image
@@ -42,9 +42,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.pc
- entity: light.light_avatar_small_2
state: "off"
- entity: light.living_room_main_lights
- entity: light.living_room_main
state: "on"
elements:
- type: image
@@ -60,9 +60,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.pc
- entity: light.light_avatar_small_2
state: "on"
- entity: light.living_room_main_lights
- entity: light.living_room_main
state: "on"
elements:
- type: image
@@ -80,9 +80,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.bedside_light
- entity: light.bedside
state: "off"
- entity: light.master_bedroom_main_lights
- entity: light.master_bedroom_main
state: "on"
elements:
- type: image
@@ -98,9 +98,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.bedside_light
- entity: light.bedside
state: "on"
- entity: light.master_bedroom_main_lights
- entity: light.master_bedroom_main
state: "off"
elements:
- type: image
@@ -116,9 +116,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.master_bedroom_main_lights
- entity: light.master_bedroom_main
state: "on"
- entity: light.bedside_light
- entity: light.bedside
state: "on"
elements:
- type: image
@@ -136,9 +136,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.tuya_kitchen_main_lights
- entity: light.tuya_kitchen_main
state: "on"
- entity: light.tuya_kitchen_secondary_lights
- entity: light.tuya_kitchen_secondary
state: "off"
elements:
- type: image
@@ -155,9 +155,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.tuya_kitchen_main_lights
- entity: light.tuya_kitchen_main
state: "off"
- entity: light.tuya_kitchen_secondary_lights
- entity: light.tuya_kitchen_secondary
state: "on"
elements:
- type: image
@@ -174,9 +174,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.tuya_kitchen_main_lights
- entity: light.tuya_kitchen_main
state: "on"
- entity: light.tuya_kitchen_secondary_lights
- entity: light.tuya_kitchen_secondary
state: "on"
elements:
- type: image
@@ -194,9 +194,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.hallway_entrance_lights
- entity: light.hallway_entrance
state: "on"
- entity: light.tuya_hallway_main_lights
- entity: light.tuya_hallway_main
state: "off"
elements:
- type: image
@@ -212,9 +212,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.hallway_entrance_lights
- entity: light.hallway_entrance
state: "off"
- entity: light.tuya_hallway_main_lights
- entity: light.tuya_hallway_main
state: "on"
elements:
- type: image
@@ -230,9 +230,9 @@
conditions:
- entity: binary_sensor.floorplan_night_mode
state: "on"
- entity: light.hallway_entrance_lights
- entity: light.hallway_entrance
state: "on"
- entity: light.tuya_hallway_main_lights
- entity: light.tuya_hallway_main
state: "on"
elements:
- type: image
@@ -1,28 +1,28 @@
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.pc
- entity: light.light_avatar_small_2
- top: 69.8%
- left: 77.8%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.living_room_main_lights
- entity: light.living_room_main
- top: 69.8%
- left: 64.8%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.master_bedroom_main_lights
- entity: light.master_bedroom_main
- top: 25%
- left: 69.5%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.bedside_light
- entity: light.bedside
- top: 11.7%
- left: 61.6%
@@ -36,27 +36,27 @@
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.tuya_kitchen_secondary_lights
- entity: light.tuya_kitchen_secondary
- top: 29%
- left: 12.9%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.tuya_kitchen_main_lights
- entity: light.tuya_kitchen_main
- top: 29%
- left: 20.3%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.hallway_entrance_lights
- entity: light.hallway_entrance
- top: 25%
- left: 50.2%
- type: custom:decluttering-card
template: floorplan_state_icon
variables:
- entity: light.tuya_hallway_main_lights
- entity: light.tuya_hallway_main
- top: 41%
- left: 34.8%