mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Adding button for master bed occupied
This commit is contained in:
@@ -13,7 +13,7 @@ trigger:
|
||||
for: '00:00:30'
|
||||
|
||||
- platform: state
|
||||
entity_id: binary_sensor.master_bed_occupied
|
||||
entity_id: binary_sensor.master_bed_right_occupied
|
||||
to: 'on'
|
||||
for: '00:00:05'
|
||||
|
||||
@@ -28,7 +28,7 @@ condition:
|
||||
entity_id: input_boolean.kristy_home
|
||||
state: 'on'
|
||||
|
||||
- alias: "After 10:00PM and before 4:00AM"
|
||||
- alias: "After 9:00PM and before 4:00AM"
|
||||
condition: time
|
||||
after: '21:00:00'
|
||||
before: '04:00:00'
|
||||
@@ -40,7 +40,7 @@ condition:
|
||||
entity_id: sensor.pixel_7_charger_type
|
||||
state: 'wireless'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.master_bed_occupied
|
||||
entity_id: binary_sensor.master_bed_right_occupied
|
||||
state: 'on'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user