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

13 lines
162 B
Markdown

```yaml
# example configuration:
fan:
- platform: empty_fan
name: Empty fan
output: gpio_d1
output:
- platform: gpio
pin: D1
id: gpio_d1
```