From 2c82befc78297267289fd8d5e9abff20df8d8d04 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Fri, 1 Apr 2022 07:28:29 -0700 Subject: [PATCH] Enable select platform in Overkiz integration (#68995) --- homeassistant/components/overkiz/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/overkiz/const.py b/homeassistant/components/overkiz/const.py index 119f7a32262..8488103a238 100644 --- a/homeassistant/components/overkiz/const.py +++ b/homeassistant/components/overkiz/const.py @@ -28,6 +28,7 @@ PLATFORMS: list[Platform] = [ Platform.LOCK, Platform.NUMBER, Platform.SCENE, + Platform.SELECT, Platform.SENSOR, Platform.SIREN, Platform.SWITCH,