Make sure that vocolinc flowerbud humidity sensor is exposed (via homekit_controller) (#53518)

* Make sure that vocolinc flowerbud humidity sensor is exposed

* Was a no-op to request these from humidifier, so remove them

* Fix typo
This commit is contained in:
Jc2k
2021-07-26 22:11:27 +01:00
committed by GitHub
parent ee452d415d
commit 1681bbe5a5
4 changed files with 35 additions and 2 deletions

View File

@@ -49,4 +49,7 @@ CHARACTERISTIC_PLATFORMS = {
CharacteristicsTypes.Vendor.KOOGEEK_REALTIME_ENERGY_2: "sensor",
CharacteristicsTypes.Vendor.VOCOLINC_HUMIDIFIER_SPRAY_LEVEL: "number",
CharacteristicsTypes.get_uuid(CharacteristicsTypes.TEMPERATURE_CURRENT): "sensor",
CharacteristicsTypes.get_uuid(
CharacteristicsTypes.RELATIVE_HUMIDITY_CURRENT
): "sensor",
}