Files
esphome-external-component-…/components/empty_fan
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:

fan:
  - platform: empty_fan
    name: Empty fan
    output: gpio_d1

output:
  - platform: gpio
    pin: D1
    id: gpio_d1