fix: rename bathroom/kitchen/lobby/room motion sensors to match system entity_ids
This commit is contained in:
@@ -386,7 +386,7 @@ controls_light:
|
||||
trigger:
|
||||
# Условия для запуска таймера освещения
|
||||
- platform: state
|
||||
entity_id: binary_sensor.lighton_presencenone_room
|
||||
entity_id: binary_sensor.sensor_vkl_svet_bez_dvizheniia_komnata
|
||||
to: 'on'
|
||||
action:
|
||||
- choose:
|
||||
@@ -625,7 +625,7 @@ controls_light:
|
||||
description: ""
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.lighton_presencenone_bathroom
|
||||
entity_id: binary_sensor.sensor_vkl_svet_bez_dvizheniia_vannaia
|
||||
to: "on"
|
||||
condition: []
|
||||
action:
|
||||
@@ -1023,7 +1023,7 @@ controls_light:
|
||||
trigger:
|
||||
# Условия для запуска таймера освещения
|
||||
- platform: state
|
||||
entity_id: binary_sensor.lighton_presencenone_kitchen
|
||||
entity_id: binary_sensor.sensor_vkl_svet_bez_dvizheniia_kukhnia
|
||||
to: 'on'
|
||||
action:
|
||||
- choose:
|
||||
|
||||
Reference in New Issue
Block a user