mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
36 lines
965 B
YAML
36 lines
965 B
YAML
automation:
|
|
- 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
|
|
|
|
#
|
|
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
|
#
|
|
|
|
homeassistant:
|
|
customize:
|
|
sensor.cube_multistate_input:
|
|
friendly_name: "Cube input"
|
|
|
|
sensor.cube_analog_input:
|
|
friendly_name: "Cube rotation"
|
|
|
|
sensor.cube_power:
|
|
friendly_name: "Cube battery"
|