Skip to content

Commit 7eea7a0

Browse files
balloobc0ffeeca7
andauthored
Add Honeywell String Lights integration (#44829)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
1 parent b28abef commit 7eea7a0

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Honeywell String Lights
3+
description: Instructions on how to integrate Honeywell String Lights into Home Assistant.
4+
ha_category:
5+
- Light
6+
ha_release: 2026.5
7+
ha_iot_class: Assumed State
8+
ha_config_flow: true
9+
ha_codeowners:
10+
- '@balloob'
11+
ha_domain: honeywell_string_lights
12+
ha_platforms:
13+
- light
14+
ha_integration_type: device
15+
ha_quality_scale: bronze
16+
---
17+
18+
The **Honeywell String Lights** {% term integration %} lets you control a Honeywell radio frequency (RF) remote-controlled string light set from Home Assistant.
19+
20+
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&nbsp;MHz OOK transmitter) set up before you can add the Honeywell String Lights.
21+
22+
{% include integrations/config_flow.md %}
23+
24+
{% configuration_basic %}
25+
Radio frequency transmitter:
26+
description: "Select the RF transmitter that Home Assistant should use to control the lights. Only transmitters that support 433.92&nbsp;MHz OOK transmissions are shown."
27+
{% endconfiguration_basic %}
28+
29+
## Assumed state
30+
31+
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.
32+
33+
## Supported devices
34+
35+
The integration has been tested with the Honeywell String Lights sold with a 433.92&nbsp;MHz OOK remote.
36+
37+
## Removing the integration
38+
39+
This integration follows standard integration removal.
40+
41+
{% include integrations/remove_device_service.md %}

0 commit comments

Comments
 (0)