Add select platform to drop_connect integration (#30478)

This commit is contained in:
Patrick Frazer 2023-12-24 09:03:29 -05:00 committed by GitHub
parent 538cbd57db
commit 3373c13f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: DROP
description: Instructions on how to integrate DROP into Home Assistant. description: Instructions on how to integrate DROP into Home Assistant.
ha_category: ha_category:
- Binary sensor - Binary sensor
- Select
- Sensor - Sensor
- Switch - Switch
ha_config_flow: true ha_config_flow: true
@ -15,6 +16,7 @@ ha_mqtt: true
ha_release: '2024.1' ha_release: '2024.1'
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- select
- sensor - sensor
- switch - switch
ha_integration_type: integration ha_integration_type: integration