Files
esphome-external-component-…/custom_components/empty_light
..
2020-09-29 23:03:08 +02:00
2020-09-29 23:03:08 +02:00
2020-09-29 23:03:08 +02:00

# example configuration:

light:
  - platform: empty_light
    name: Empty light
    output: pwm_output

output:
  - platform: esp8266_pwm
    pin: D1
    frequency: 1000 Hz
    id: pwm_output