Created
November 24, 2020 22:09
-
-
Save entropie/708ad2786742aa7d91fdac78d9700fd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output: | |
- platform: ledc | |
pin: GPIO19 | |
frequency: 5000 Hz | |
id: ventilation_fan_pwm | |
fan: | |
- platform: speed | |
output: ventilation_fan_pwm | |
name: "RUCK PWM Controller" | |
speed: | |
low: 0.08 | |
medium: 0.15 | |
high: 0.20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment