Add a select entity for homekit temperature display units (#100853)
This commit is contained in:
parent
23b239ba77
commit
7334bc7c9b
7 changed files with 200 additions and 13 deletions
|
@ -101,6 +101,7 @@ CHARACTERISTIC_PLATFORMS = {
|
|||
CharacteristicsTypes.MUTE: "switch",
|
||||
CharacteristicsTypes.FILTER_LIFE_LEVEL: "sensor",
|
||||
CharacteristicsTypes.VENDOR_AIRVERSA_SLEEP_MODE: "switch",
|
||||
CharacteristicsTypes.TEMPERATURE_UNITS: "select",
|
||||
}
|
||||
|
||||
STARTUP_EXCEPTIONS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue