22 lines
436 B
YAML
22 lines
436 B
YAML
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
|