From a6af9385f617d113479e16f88f21625a79b8ad85 Mon Sep 17 00:00:00 2001 From: Patrick Frazer Date: Sat, 23 Dec 2023 10:40:03 -0500 Subject: [PATCH] Add switch platform to drop_connect integration (#30477) Co-authored-by: Jan Bouwhuis --- 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 3471c0a8c62..3e20d875f2d 100644 --- a/source/_integrations/drop_connect.markdown +++ b/source/_integrations/drop_connect.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate DROP into Home Assistant. ha_category: - Binary sensor - Sensor + - Switch ha_config_flow: true ha_codeowners: - '@ChandlerSystems' @@ -15,6 +16,7 @@ ha_release: '2024.1' ha_platforms: - binary_sensor - sensor + - switch ha_integration_type: integration ---