From f56a552b97b101426c2cfe1a73b6555e056adff1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 12 Jan 2022 14:06:15 -1000 Subject: [PATCH] Add light platform to senseme (#21137) --- source/_integrations/senseme.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/senseme.markdown b/source/_integrations/senseme.markdown index 4c949d80586..8579eaca57d 100644 --- a/source/_integrations/senseme.markdown +++ b/source/_integrations/senseme.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate SenseME devices into Home Assistan ha_category: - Binary Sensor - Fan + - Light - Switch ha_release: 2022.2 ha_iot_class: Local Push @@ -15,6 +16,7 @@ ha_config_flow: true ha_platforms: - binary_sensor - fan + - light - switch --- @@ -25,5 +27,6 @@ The SenseME integration supports devices that speak the [SenseME](https://www.bi ### Supported devices - Haiku Fans with SenseME +- Haiku Lights with SenseME (discontinued) {% include integrations/config_flow.md %}