Add switch platform to drop_connect integration (#30477)

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Patrick Frazer 2023-12-23 10:40:03 -05:00 committed by GitHub
parent 6aea8510d3
commit a6af9385f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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