From 4652b75c68e07f1c924f05f0ec39abdbb63782f2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 21 Dec 2021 03:58:01 -0600 Subject: [PATCH] Add select platform to Magic Home/flux_led (#20755) --- source/_integrations/flux_led.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/flux_led.markdown b/source/_integrations/flux_led.markdown index e3c1b6c6c55..c86053cdceb 100644 --- a/source/_integrations/flux_led.markdown +++ b/source/_integrations/flux_led.markdown @@ -4,6 +4,7 @@ description: Instructions on how to setup Magic Home within Home Assistant. ha_category: - Button - Light + - Select - Switch ha_iot_class: Local Push ha_release: 0.25 @@ -11,6 +12,7 @@ ha_domain: flux_led ha_platforms: - button - light + - select - switch ha_codeowners: - '@icemanch'