mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Hopefully fixing master bed presence and cleaning up a lot of junk
This commit is contained in:
@@ -3,7 +3,7 @@ id: automation_master_bedroom_awake
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.master_bed_occupied
|
||||
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either
|
||||
to: 'off'
|
||||
for: '00:10:00'
|
||||
|
||||
@@ -25,7 +25,7 @@ condition:
|
||||
|
||||
- alias: "No one on master bed"
|
||||
condition: state
|
||||
entity_id: input_boolean.master_bed_occupied
|
||||
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either
|
||||
state: 'off'
|
||||
|
||||
- alias: "The boolean is currently on"
|
||||
|
||||
Reference in New Issue
Block a user