mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
automation:
|
|
- alias: Lighting · Living room · Turn all lights on on Magic Cube flip 90
|
|
trigger:
|
|
platform: event
|
|
event_type: zha_event
|
|
event_data:
|
|
device_ieee: !secret magic_cube_ieee
|
|
command: flip
|
|
args:
|
|
flip_degrees: 90
|
|
action:
|
|
- service: light.turn_on
|
|
entity_id: light.living_room_all_lights
|
|
|
|
- alias: Lighting · Living room · Turn all lights off on Magic Cube flip 180
|
|
trigger:
|
|
platform: event
|
|
event_type: zha_event
|
|
event_data:
|
|
device_ieee: !secret magic_cube_ieee
|
|
command: flip
|
|
args:
|
|
flip_degrees: 180
|
|
action:
|
|
- service: light.turn_off
|
|
entity_id: light.living_room_all_lights
|
|
|
|
#
|
|
# ─── 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
|