From 3373c13f63bcc881c72304b3598c4193069d003c Mon Sep 17 00:00:00 2001 From: Patrick Frazer Date: Sun, 24 Dec 2023 09:03:29 -0500 Subject: [PATCH] Add select platform to drop_connect integration (#30478) --- source/_integrations/drop_connect.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/drop_connect.markdown b/source/_integrations/drop_connect.markdown index 3e20d875f2d..1563be55846 100644 --- a/source/_integrations/drop_connect.markdown +++ b/source/_integrations/drop_connect.markdown @@ -3,6 +3,7 @@ title: DROP description: Instructions on how to integrate DROP into Home Assistant. ha_category: - Binary sensor + - Select - Sensor - Switch ha_config_flow: true @@ -15,6 +16,7 @@ ha_mqtt: true ha_release: '2024.1' ha_platforms: - binary_sensor + - select - sensor - switch ha_integration_type: integration