mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
10 lines
165 B
YAML
10 lines
165 B
YAML
output:
|
|
- platform: ${output_platform}
|
|
id: speed_fan_output_1
|
|
pin: ${pin}
|
|
|
|
fan:
|
|
- platform: speed
|
|
id: speed_fan_speed
|
|
output: speed_fan_output_1
|