mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
alias: Handle Clints Meds
|
||||
id: automation_handle_clints_meds
|
||||
description: 'Manage the booleans associated with Clints meds'
|
||||
description: "Manage the booleans associated with Clints meds"
|
||||
trigger:
|
||||
- id: homeassistant_start
|
||||
platform: homeassistant
|
||||
@@ -14,21 +14,21 @@ trigger:
|
||||
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id:
|
||||
- input_boolean.clint_needs_am_meds
|
||||
- input_boolean.clint_needs_pm_meds
|
||||
state: 'off'
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id:
|
||||
- input_boolean.clint_needs_am_meds
|
||||
- input_boolean.clint_needs_pm_meds
|
||||
state: "off"
|
||||
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.clint_needs_meds
|
||||
sequence:
|
||||
- action: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.clint_needs_meds
|
||||
|
||||
default:
|
||||
- service: input_boolean.turn_on
|
||||
- action: input_boolean.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.clint_needs_meds
|
||||
entity_id: input_boolean.clint_needs_meds
|
||||
|
||||
Reference in New Issue
Block a user