mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
10 lines
129 B
YAML
10 lines
129 B
YAML
|
output:
|
||
|
- platform: ledc
|
||
|
id: fan_output_1
|
||
|
pin: 12
|
||
|
|
||
|
fan:
|
||
|
- platform: speed
|
||
|
id: fan_speed
|
||
|
output: fan_output_1
|