mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Changes Necessary due to change from https://github.com/home-assistant/home-assistant/pull/18907
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
hide_entity: True
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_pantry_opened
|
||||
entity_id: binary_sensor.hallway_pantry
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_linen_opened
|
||||
entity_id: binary_sensor.hallway_linen
|
||||
to: 'on'
|
||||
|
||||
condition:
|
||||
@@ -38,10 +38,10 @@
|
||||
hide_entity: True
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_pantry_opened
|
||||
entity_id: binary_sensor.hallway_pantry
|
||||
to: 'off'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_linen_opened
|
||||
entity_id: binary_sensor.hallway_linen
|
||||
to: 'off'
|
||||
|
||||
action:
|
||||
@@ -57,10 +57,10 @@
|
||||
to: 'on'
|
||||
for: '00:20:00'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_pantry_opened
|
||||
entity_id: binary_sensor.hallway_pantry
|
||||
to: 'off'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.hallway_linen_opened
|
||||
entity_id: binary_sensor.hallway_linen
|
||||
to: 'off'
|
||||
|
||||
condition:
|
||||
|
Reference in New Issue
Block a user