esphome RGB Bulbs and Fly Sprayer

This commit is contained in:
root
2025-09-10 21:07:31 +12:00
parent 04b7d53b6f
commit a27b79fbd9
10 changed files with 1441 additions and 120 deletions
-35
View File
@@ -1,35 +0,0 @@
- id: '1693027703299'
alias: Downstairs Kitchen turn ON LEDs on with main lights
description: ''
triggers:
- type: turned_on
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
entity_id: ef02e93de5fdda30bea18dac1316927a
domain: switch
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: ''
triggers:
- type: turned_off
device_id: 1a7e2bfdfaa08e2b78bcbd5d5d12d2a7
entity_id: ef02e93de5fdda30bea18dac1316927a
domain: switch
trigger: device
conditions: []
actions:
- data:
transition: 20
target:
entity_id: light.controller_dimmable_3c317c
action: light.turn_off
mode: single