cleaned for new home
This commit is contained in:
21
esphome/templates/LedWithEffects.yaml
Normal file
21
esphome/templates/LedWithEffects.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
light:
|
||||
- platform: monochromatic
|
||||
id: ${entityID}
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
output: ${entityID}_out
|
||||
name: ${entityName}
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
on_turn_on:
|
||||
- light.turn_on:
|
||||
id: led_light1
|
||||
effect: flicker
|
||||
brightness: 75%
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
pin: ${pin_led}
|
||||
id: ${entityID}_out
|
||||
Reference in New Issue
Block a user