mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
renames, fixes , and other fun schtuff
This commit is contained in:
@@ -8,7 +8,7 @@ trigger:
|
||||
for: "00:00:03"
|
||||
|
||||
- platform: state
|
||||
entity_id: input_boolean.white_bed_occupied
|
||||
entity_id: binary_sensor.white_bed_occupied
|
||||
to: "off"
|
||||
for: "00:00:03"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ trigger:
|
||||
to: "off"
|
||||
for: "00:00:03"
|
||||
- platform: state
|
||||
entity_id: input_boolean.white_bed_occupied
|
||||
entity_id: binary_sensor.white_bed_occupied
|
||||
to: "off"
|
||||
for: "00:00:03"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ trigger:
|
||||
to: "on"
|
||||
for: "00:00:30"
|
||||
- platform: state
|
||||
entity_id: input_boolean.white_bed_occupied
|
||||
entity_id: binary_sensor.white_bed_occupied
|
||||
to: "on"
|
||||
for: "00:00:30"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ condition:
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id:
|
||||
- input_boolean.white_bed_occupied
|
||||
- binary_sensor.white_bed_occupied
|
||||
- binary_sensor.black_bed_occupied
|
||||
state:
|
||||
- "off"
|
||||
|
||||
@@ -11,7 +11,7 @@ trigger:
|
||||
to: "off"
|
||||
for: "00:00:05"
|
||||
- trigger: state
|
||||
entity_id: input_boolean.white_bed_occupied
|
||||
entity_id: binary_sensor.white_bed_occupied
|
||||
from: "on"
|
||||
to: "off"
|
||||
for: "00:00:05"
|
||||
|
||||
Reference in New Issue
Block a user