From 6aea8510d3521cc9ce2185c5bc74ce0844329272 Mon Sep 17 00:00:00 2001 From: Patrick Frazer Date: Sat, 23 Dec 2023 07:36:15 -0500 Subject: [PATCH] Add binary sensors to drop_connect integration (#30466) * Add binary sensors to drop_connect integration * Add switches to drop_connect integration * Revert previous change --- 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 1efdf92ec5a..3471c0a8c62 100644 --- a/source/_integrations/drop_connect.markdown +++ b/source/_integrations/drop_connect.markdown @@ -2,6 +2,7 @@ title: DROP description: Instructions on how to integrate DROP into Home Assistant. ha_category: + - Binary sensor - Sensor ha_config_flow: true ha_codeowners: @@ -12,6 +13,7 @@ ha_iot_class: Local Push ha_mqtt: true ha_release: '2024.1' ha_platforms: + - binary_sensor - sensor ha_integration_type: integration ---