mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add more HomeKit models for discovery (#24391)
* Add more HomeKit models for discovery * Discover Tradfri with HomeKit * Add Wemo device info * Allow full match for HomeKit model * Fix tests
This commit is contained in:
@@ -20,5 +20,8 @@ ZEROCONF = {
|
||||
}
|
||||
|
||||
HOMEKIT = {
|
||||
"LIFX ": "lifx"
|
||||
"BSB002": "hue",
|
||||
"LIFX": "lifx",
|
||||
"TRADFRI": "tradfri",
|
||||
"Wemo": "wemo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user