Add support for power data from Koogeek SW2 via homekit_controller (#53378)
This commit is contained in:
parent
d8887a97e3
commit
91018d0451
7 changed files with 339 additions and 3 deletions
|
@ -46,5 +46,6 @@ HOMEKIT_ACCESSORY_DISPATCH = {
|
|||
CHARACTERISTIC_PLATFORMS = {
|
||||
CharacteristicsTypes.Vendor.EVE_ENERGY_WATT: "sensor",
|
||||
CharacteristicsTypes.Vendor.KOOGEEK_REALTIME_ENERGY: "sensor",
|
||||
CharacteristicsTypes.Vendor.KOOGEEK_REALTIME_ENERGY_2: "sensor",
|
||||
CharacteristicsTypes.get_uuid(CharacteristicsTypes.TEMPERATURE_CURRENT): "sensor",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue