mirror of
https://github.com/esphome/esphome.git
synced 2025-07-29 06:36:45 +00:00
[rtttl] trim extraneous whitespace in "ac_dimmer" in "PWM_BAD" list (#9318)
This commit is contained in:
parent
86e7013f40
commit
4e9e48e2e7
@ -57,14 +57,14 @@ def validate_parent_output_config(value):
|
||||
platform = value.get(CONF_PLATFORM)
|
||||
PWM_GOOD = ["esp8266_pwm", "ledc"]
|
||||
PWM_BAD = [
|
||||
"ac_dimmer ",
|
||||
"ac_dimmer",
|
||||
"esp32_dac",
|
||||
"slow_pwm",
|
||||
"mcp4725",
|
||||
"pca9685",
|
||||
"tlc59208f",
|
||||
"my9231",
|
||||
"pca9685",
|
||||
"slow_pwm",
|
||||
"sm16716",
|
||||
"tlc59208f",
|
||||
]
|
||||
|
||||
if platform in PWM_BAD:
|
||||
|
Loading…
x
Reference in New Issue
Block a user