From 08fc24cdc654efa2bd37474cd04be6e0f348e1ff Mon Sep 17 00:00:00 2001 From: kbx81 Date: Thu, 8 Jan 2026 23:09:38 -0600 Subject: [PATCH] fix --- esphome/components/infrared_proxy/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphome/components/infrared_proxy/__init__.py b/esphome/components/infrared_proxy/__init__.py index e121b44719..1f1cef6d36 100644 --- a/esphome/components/infrared_proxy/__init__.py +++ b/esphome/components/infrared_proxy/__init__.py @@ -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}'" )