From c99018dd9a4db03bfb1e3e3c7677005a66a2f63e Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Mon, 17 Jan 2022 10:32:41 -0800 Subject: [PATCH] Add switch entity to Overkiz (#21167) Co-authored-by: Franck Nijhof --- source/_integrations/overkiz.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/overkiz.markdown b/source/_integrations/overkiz.markdown index 57b85c131b3..f4253a6d445 100644 --- a/source/_integrations/overkiz.markdown +++ b/source/_integrations/overkiz.markdown @@ -10,6 +10,7 @@ ha_category: - Light - Scene - Binary Sensor + - Switch - Select ha_release: 2022.1.0 ha_config_flow: true @@ -27,6 +28,7 @@ ha_platforms: - light - scene - binary_sensor + - switch - select ---