Add Homee valve platform (#37658)

* remove light

* Add homee number platform

* Add valve platform

* remove number platform, as it is outside the scope of the related core PR

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Markus Adrario 2025-02-25 13:03:37 +01:00 committed by GitHub
parent f9d4a0415c
commit 07328c0cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ ha_platforms:
- light - light
- sensor - sensor
- switch - switch
- valve
ha_integration_type: hub ha_integration_type: hub
ha_quality_scale: bronze ha_quality_scale: bronze
--- ---
@ -28,6 +29,7 @@ There is currently support for the following device types in Home Assistant:
- light - light
- sensor - sensor
- switch - switch
- valve
## Prerequisites ## Prerequisites