From 6b4db20d26f3e4f322db35b8b658aa6c33179207 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 17 Apr 2026 15:32:51 -0400 Subject: [PATCH 1/2] Add Honeywell String Lights integration docs --- .../honeywell_string_lights.markdown | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 source/_integrations/honeywell_string_lights.markdown diff --git a/source/_integrations/honeywell_string_lights.markdown b/source/_integrations/honeywell_string_lights.markdown new file mode 100644 index 000000000000..ce1b91119a78 --- /dev/null +++ b/source/_integrations/honeywell_string_lights.markdown @@ -0,0 +1,38 @@ +--- +title: Honeywell String Lights +description: Instructions on how to integrate Honeywell String Lights into Home Assistant. +ha_category: + - Light +ha_release: 2026.5 +ha_iot_class: Assumed State +ha_config_flow: true +ha_codeowners: + - '@balloob' +ha_domain: honeywell_string_lights +ha_platforms: + - light +ha_integration_type: device +ha_quality_scale: bronze +--- + +The **Honeywell String Lights** {% term integration %} lets you control a Honeywell radio frequency (RF) remote-controlled string light set from Home Assistant. + +The integration uses the [Radio Frequency](/integrations/radio_frequency/) {% term entity %} platform to send the turn on and turn off commands. This means you need a compatible RF transmitter (for example, an ESPHome device with a 433.92 MHz OOK transmitter) set up before you can add the Honeywell String Lights. + +{% include integrations/config_flow.md %} + +During configuration, you will be asked to select the radio frequency transmitter that is used to control the lights. Only transmitters that support 433.92 MHz OOK transmissions are shown. + +## Assumed state + +Because RF transmission is a one-way broadcast, Home Assistant cannot confirm whether the lights actually turned on or off. The integration therefore uses the [assumed state](/integrations/light#assumed-state) pattern: the state is the last state Home Assistant set, and it is restored across restarts. + +## Supported devices + +The integration has been tested with the Honeywell String Lights sold with a 433.92 MHz OOK remote. + +## Removing the integration + +This integration follows standard integration removal. + +{% include integrations/remove_device_service.md %} From 65ebe97ffc56fe42669d746c475b29028702caf6 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:03:26 +0200 Subject: [PATCH 2/2] Apply suggestion from copilot --- source/_integrations/honeywell_string_lights.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/honeywell_string_lights.markdown b/source/_integrations/honeywell_string_lights.markdown index ce1b91119a78..5e79865d6bcf 100644 --- a/source/_integrations/honeywell_string_lights.markdown +++ b/source/_integrations/honeywell_string_lights.markdown @@ -21,7 +21,10 @@ The integration uses the [Radio Frequency](/integrations/radio_frequency/) {% te {% include integrations/config_flow.md %} -During configuration, you will be asked to select the radio frequency transmitter that is used to control the lights. Only transmitters that support 433.92 MHz OOK transmissions are shown. +{% configuration_basic %} +Radio frequency transmitter: + description: "Select the RF transmitter that Home Assistant should use to control the lights. Only transmitters that support 433.92 MHz OOK transmissions are shown." +{% endconfiguration_basic %} ## Assumed state