laundry esphome migration
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
- id: '1693027703299'
|
||||
alias: Downstairs Kitchen turn ON LEDs on with main lights
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
type: turned_on
|
||||
triggers:
|
||||
- type: turned_on
|
||||
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
|
||||
entity_id: 2921a7f1e6616c97c2ed502cbe950503
|
||||
entity_id: afb10b1efeb20fdf7215636d438882a2
|
||||
domain: switch
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
transition: 10
|
||||
trigger: device
|
||||
conditions: []
|
||||
actions:
|
||||
- data:
|
||||
transition: 20
|
||||
brightness_pct: 95
|
||||
target:
|
||||
entity_id: light.controller_dimmable_3c317c
|
||||
action: light.turn_on
|
||||
mode: single
|
||||
- id: '1693027792035'
|
||||
alias: Downstairs Kitchen turn OFF LEDs with main lights
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
type: turned_off
|
||||
triggers:
|
||||
- type: turned_off
|
||||
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
|
||||
entity_id: 2921a7f1e6616c97c2ed502cbe950503
|
||||
entity_id: afb10b1efeb20fdf7215636d438882a2
|
||||
domain: switch
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_off
|
||||
data:
|
||||
transition: 10
|
||||
trigger: device
|
||||
conditions: []
|
||||
actions:
|
||||
- data:
|
||||
transition: 20
|
||||
target:
|
||||
entity_id: light.controller_dimmable_3c317c
|
||||
action: light.turn_off
|
||||
mode: single
|
||||
|
Reference in New Issue
Block a user