mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-17 01:52:58 +00:00
20 lines
460 B
YAML
20 lines
460 B
YAML
- id: cube_knock
|
|
alias: Go to bed on Cube Knock
|
|
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: Wake up on Cube Shake
|
|
trigger:
|
|
platform: state
|
|
entity_id: sensor.cube_multistate_input
|
|
to: "shake"
|
|
action:
|
|
- service: input_boolean.turn_off
|
|
entity_id: input_boolean.sleep_mode
|