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:
parent
b30f4b8fc0
commit
0dc0706eb2
14 changed files with 118 additions and 19 deletions
|
@ -283,7 +283,7 @@ async def test_discovery_ignored_model(hass):
|
|||
'host': '127.0.0.1',
|
||||
'port': 8080,
|
||||
'properties': {
|
||||
'md': 'BSB002',
|
||||
'md': config_flow.HOMEKIT_IGNORE[0],
|
||||
'id': '00:00:00:00:00:00',
|
||||
'c#': 1,
|
||||
'sf': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue