mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
06829b53fe
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
9 lines
135 B
YAML
9 lines
135 B
YAML
output:
|
|
- platform: rp2040_pwm
|
|
id: fan_output_1
|
|
pin: 12
|
|
|
|
fan:
|
|
- platform: speed
|
|
id: fan_speed
|
|
output: fan_output_1
|