Files
esphome-external-component-…/components/empty_light/README.md
T
2023-12-17 20:31:18 +01:00

14 lines
204 B
Markdown

```yaml
# example configuration:
light:
- platform: empty_light
name: Empty light
output: pwm_output
output:
- platform: esp8266_pwm
pin: D1
frequency: 1000 Hz
id: pwm_output
```