Files
zorruno-homeassistant/automations.yaml
2023-10-20 13:30:32 +13:00

98 lines
2.3 KiB
YAML

- id: '1671746148141'
alias: Turn Off Xmas Decorations
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.xmas_decorations
from: 'on'
to: 'off'
condition: []
action:
- type: turn_off
device_id: bbfa51e4e883fafa1d38824f11d83ba1
entity_id: switch.xmas_decoration_power_plug_zpp02
domain: switch
- type: turn_off
device_id: 506b3518661f7b2854e42ba5a26e0610
entity_id: switch.kogan_smarterhometm_smart_plug_new_socket_1
domain: switch
- type: turn_off
device_id: a9865914a7b7de1e81d1df47784282a8
entity_id: switch.tasmota_5
domain: switch
mode: single
- id: '1671746242166'
alias: Turn On Xmas Decorations
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.xmas_decorations
from: 'off'
to: 'on'
condition: []
action:
- type: turn_on
device_id: bbfa51e4e883fafa1d38824f11d83ba1
entity_id: switch.xmas_decoration_power_plug_zpp02
domain: switch
- type: turn_on
device_id: 506b3518661f7b2854e42ba5a26e0610
entity_id: switch.kogan_smarterhometm_smart_plug_new_socket_1
domain: switch
- type: turn_on
device_id: a9865914a7b7de1e81d1df47784282a8
entity_id: switch.tasmota_5
domain: switch
mode: single
- id: '1682158655752'
description: ''
trigger:
- platform: state
entity_id:
- group.basement_lights
- group.foxhole_lights
to: 'ON'
from: 'OFF'
condition:
- condition: or
conditions: []
action: []
mode: single
- id: '1693027703299'
alias: Downstairs Kitchen turn ON LEDs on with main lights
description: ''
trigger:
- platform: device
type: turned_on
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
entity_id: 2921a7f1e6616c97c2ed502cbe950503
domain: switch
condition: []
action:
- service: light.turn_on
data:
transition: 10
brightness_pct: 95
target:
entity_id: light.controller_dimmable_3c317c
mode: single
- id: '1693027792035'
alias: Downstairs Kitchen turn OFF LEDs with main lights
description: ''
trigger:
- platform: device
type: turned_off
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
entity_id: 2921a7f1e6616c97c2ed502cbe950503
domain: switch
condition: []
action:
- service: light.turn_off
data:
transition: 10
target:
entity_id: light.controller_dimmable_3c317c
mode: single