From 393becd79dbe357c576cf5e9d73617f79e6e752a Mon Sep 17 00:00:00 2001 From: Taraman17 Date: Fri, 7 Feb 2025 22:05:51 +0000 Subject: [PATCH 1/2] add switch platform to homee --- source/_integrations/homee.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homee.markdown b/source/_integrations/homee.markdown index 1a68929510ab..5c9f27287445 100644 --- a/source/_integrations/homee.markdown +++ b/source/_integrations/homee.markdown @@ -22,7 +22,7 @@ There is currently support for the following device types in Home Assistant: - cover - sensor - +- switch ## Prerequisites From 3370006b4285693b1d50fbf0c5b2a0f2c574b028 Mon Sep 17 00:00:00 2001 From: Taraman17 Date: Tue, 18 Feb 2025 12:40:49 +0000 Subject: [PATCH 2/2] Add light platform --- source/_integrations/homee.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/homee.markdown b/source/_integrations/homee.markdown index 5c9f27287445..6e8f4bd4a121 100644 --- a/source/_integrations/homee.markdown +++ b/source/_integrations/homee.markdown @@ -11,7 +11,9 @@ ha_codeowners: ha_domain: homee ha_platforms: - cover + - light - sensor + - switch ha_integration_type: hub ha_quality_scale: bronze --- @@ -21,6 +23,7 @@ ha_quality_scale: bronze There is currently support for the following device types in Home Assistant: - cover +- light - sensor - switch