mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
20 lines
474 B
YAML
20 lines
474 B
YAML
- id: cube_knock
|
|
alias: Magic Cube - Knock - Go to bed
|
|
trigger:
|
|
platform: state
|
|
entity_id: sensor.cube_multistate_input
|
|
to: "knock"
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.sleep_mode
|
|
|
|
- id: cube_shake
|
|
alias: Magic Cube - Shake - Wake up
|
|
trigger:
|
|
platform: state
|
|
entity_id: sensor.cube_multistate_input
|
|
to: "shake"
|
|
action:
|
|
- service: input_boolean.turn_off
|
|
entity_id: input_boolean.sleep_mode
|