mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user