Files
esphome-external-component-…/components/empty_light
2023-12-17 20:31:18 +01:00
..
2023-12-17 20:31:18 +01:00
2023-12-17 20:31:18 +01:00
2023-12-17 20:31:18 +01:00
2023-12-17 20:31:18 +01: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