mirror of
https://github.com/esphome/esphome.git
synced 2026-01-25 22:12:09 -07:00
fix
This commit is contained in:
@@ -54,8 +54,7 @@ def _final_validate(config):
|
||||
raise cv.Invalid(
|
||||
f"Transmitter '{transmitter_id}' must have '{CONF_CARRIER_DUTY_PERCENT}' configured with "
|
||||
"an intermediate value (typically 30-50%) for infrared transmission. If this is an RF "
|
||||
f"transmitter, configure this infrared_proxy with a '{CONF_FREQUENCY}' value greater than "
|
||||
"0 and less than 100"
|
||||
f"transmitter, configure this infrared_proxy with an appropriate '{CONF_FREQUENCY}'"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user