Changes Necessary due to change from https://github.com/home-assistant/home-assistant/pull/18907
This commit is contained in:
parent
d124a03628
commit
d4138e4f9a
|
@ -8,7 +8,7 @@
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.kitchen_door_opened
|
entity_id: binary_sensor.kitchen_door
|
||||||
to: 'on'
|
to: 'on'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.mcu1_gpio12
|
entity_id: binary_sensor.mcu1_gpio12
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
for:
|
for:
|
||||||
seconds: 15
|
seconds: 15
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.kitchen_door_opened
|
entity_id: binary_sensor.kitchen_door
|
||||||
to: 'off'
|
to: 'off'
|
||||||
for:
|
for:
|
||||||
seconds: 15
|
seconds: 15
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
entity_id: binary_sensor.mcu1_gpio12
|
entity_id: binary_sensor.mcu1_gpio12
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.kitchen_door_opened
|
entity_id: binary_sensor.kitchen_door
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.garage_hallway
|
entity_id: light.garage_hallway
|
||||||
|
@ -63,10 +63,10 @@
|
||||||
to: 'on'
|
to: 'on'
|
||||||
for: '00:20:00'
|
for: '00:20:00'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_pantry_opened
|
entity_id: binary_sensor.hallway_pantry
|
||||||
to: 'off'
|
to: 'off'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_linen_opened
|
entity_id: binary_sensor.hallway_linen
|
||||||
to: 'off'
|
to: 'off'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_pantry_opened
|
entity_id: binary_sensor.hallway_pantry
|
||||||
to: 'on'
|
to: 'on'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_linen_opened
|
entity_id: binary_sensor.hallway_linen
|
||||||
to: 'on'
|
to: 'on'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
|
@ -38,10 +38,10 @@
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_pantry_opened
|
entity_id: binary_sensor.hallway_pantry
|
||||||
to: 'off'
|
to: 'off'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_linen_opened
|
entity_id: binary_sensor.hallway_linen
|
||||||
to: 'off'
|
to: 'off'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
@ -57,10 +57,10 @@
|
||||||
to: 'on'
|
to: 'on'
|
||||||
for: '00:20:00'
|
for: '00:20:00'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_pantry_opened
|
entity_id: binary_sensor.hallway_pantry
|
||||||
to: 'off'
|
to: 'off'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.hallway_linen_opened
|
entity_id: binary_sensor.hallway_linen
|
||||||
to: 'off'
|
to: 'off'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
|
|
|
@ -70,7 +70,7 @@ binary_sensor.entry_alarm_panel:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
binary_sensor.hallway_linen_opened:
|
binary_sensor.hallway_linen:
|
||||||
friendly_name: 'Hallway Linen Door'
|
friendly_name: 'Hallway Linen Door'
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
@ -88,7 +88,7 @@ binary_sensor.hallway_nest_protect_kids_hallway_online:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
binary_sensor.hallway_pantry_opened:
|
binary_sensor.hallway_pantry:
|
||||||
friendly_name: 'Hallway Pantry Door'
|
friendly_name: 'Hallway Pantry Door'
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
@ -115,7 +115,7 @@ binary_sensor.justins_room_nest_protect_online:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
binary_sensor.kitchen_door_opened:
|
binary_sensor.kitchen_door:
|
||||||
friendly_name: 'Kitchen Door'
|
friendly_name: 'Kitchen Door'
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
doors:
|
doors:
|
||||||
name: Doors
|
name: Doors
|
||||||
entities:
|
entities:
|
||||||
- binary_sensor.hallway_linen_opened
|
- binary_sensor.hallway_linen
|
||||||
- binary_sensor.hallway_pantry_opened
|
- binary_sensor.hallway_pantry
|
||||||
- binary_sensor.kitchen_door_opened
|
- binary_sensor.kitchen_door
|
||||||
- binary_sensor.MCU2_GPIO12 # Main Slider
|
- binary_sensor.MCU2_GPIO12 # Main Slider
|
||||||
- binary_sensor.MCU3_Light # Alarm Door
|
- binary_sensor.MCU3_Light # Alarm Door
|
||||||
|
|
|
@ -202,7 +202,7 @@ group:
|
||||||
- binary_sensor.MCU3_GPIO14
|
- binary_sensor.MCU3_GPIO14
|
||||||
# interior_door: - Moved out to Doors Group.
|
# interior_door: - Moved out to Doors Group.
|
||||||
# entities:
|
# entities:
|
||||||
# - binary_sensor.kitchen_door_opened
|
# - binary_sensor.kitchen_door
|
||||||
# - binary_sensor.MCU3_Light
|
# - binary_sensor.MCU3_Light
|
||||||
#-------------------------------------------#-------------------------------------------
|
#-------------------------------------------#-------------------------------------------
|
||||||
automation:
|
automation:
|
||||||
|
|
|
@ -725,7 +725,7 @@
|
||||||
M775.4,283.4h-1.7c-1.1,0-2-1.5-2-3.4v-28.8c0-1.9,0.9-3.4,2-3.4h1.7c1.1,0,2,1.5,2,3.4V280C777.4,281.9,776.5,283.4,775.4,283.4z
|
M775.4,283.4h-1.7c-1.1,0-2-1.5-2-3.4v-28.8c0-1.9,0.9-3.4,2-3.4h1.7c1.1,0,2,1.5,2,3.4V280C777.4,281.9,776.5,283.4,775.4,283.4z
|
||||||
"/>
|
"/>
|
||||||
|
|
||||||
<path id="binary_sensor.kitchen_door_opened" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
<path id="binary_sensor.kitchen_door" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||||
M647.2,243.6h-1.7c-1.1,0-2-0.7-2-1.5v-13c0-0.8,0.9-1.5,2-1.5h1.7c1.1,0,2,0.7,2,1.5v13C649.2,242.9,648.3,243.6,647.2,243.6z"/>
|
M647.2,243.6h-1.7c-1.1,0-2-0.7-2-1.5v-13c0-0.8,0.9-1.5,2-1.5h1.7c1.1,0,2,0.7,2,1.5v13C649.2,242.9,648.3,243.6,647.2,243.6z"/>
|
||||||
<path id="binary_sensor.mcu1_gpio12" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
<path id="binary_sensor.mcu1_gpio12" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||||
M647.8,182.7V181c0-1.1,0.8-2,1.8-2H665c1,0,1.8,0.9,1.8,2v1.7c0,1.1-0.8,2-1.8,2h-15.4C648.6,184.8,647.8,183.9,647.8,182.7z"/>
|
M647.8,182.7V181c0-1.1,0.8-2,1.8-2H665c1,0,1.8,0.9,1.8,2v1.7c0,1.1-0.8,2-1.8,2h-15.4C648.6,184.8,647.8,183.9,647.8,182.7z"/>
|
||||||
|
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
@ -203,7 +203,7 @@ rules:
|
||||||
- binary_sensor.mcu3_gpio5
|
- binary_sensor.mcu3_gpio5
|
||||||
- binary_sensor.mcu3_gpio10
|
- binary_sensor.mcu3_gpio10
|
||||||
- binary_sensor.mcu3_gpio14
|
- binary_sensor.mcu3_gpio14
|
||||||
- binary_sensor.kitchen_door_opened
|
- binary_sensor.kitchen_door
|
||||||
- binary_sensor.mcu3_light
|
- binary_sensor.mcu3_light
|
||||||
states:
|
states:
|
||||||
- state: 'off'
|
- state: 'off'
|
||||||
|
|
|
@ -5933,7 +5933,7 @@
|
||||||
inkscape:label="#rect1241" />
|
inkscape:label="#rect1241" />
|
||||||
<rect
|
<rect
|
||||||
style="fill:#00ffff;fill-opacity:1;stroke-width:0.35783061"
|
style="fill:#00ffff;fill-opacity:1;stroke-width:0.35783061"
|
||||||
id="binary_sensor.kitchen_door_opened"
|
id="binary_sensor.kitchen_door"
|
||||||
width="5.8747706"
|
width="5.8747706"
|
||||||
height="22.748257"
|
height="22.748257"
|
||||||
x="24.94154"
|
x="24.94154"
|
||||||
|
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in New Issue