Add binary sensors to drop_connect integration (#30466)

* Add binary sensors to drop_connect integration

* Add switches to drop_connect integration

* Revert previous change
This commit is contained in:
Patrick Frazer 2023-12-23 07:36:15 -05:00 committed by GitHub
parent c33ed4b4eb
commit 6aea8510d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
---