mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
fix
This commit is contained in:
@@ -54,8 +54,7 @@ def _final_validate(config):
|
|||||||
raise cv.Invalid(
|
raise cv.Invalid(
|
||||||
f"Transmitter '{transmitter_id}' must have '{CONF_CARRIER_DUTY_PERCENT}' configured with "
|
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 "
|
"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 "
|
f"transmitter, configure this infrared_proxy with an appropriate '{CONF_FREQUENCY}'"
|
||||||
"0 and less than 100"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user