* Migrate deCONZ to use new SSDP discovery Add new discovery info manufacturer URL to be able to separate Hue and deCONZ bridges * Mark deCONZ as migrated in Discovery component * Fix tests * Fix Hue discovery ignore deCONZ bridge * Less snake more badger * Mushroom * Fix indentation * Config flow ignore manufacturer url that is not philips
16 lines
254 B
Python
16 lines
254 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
|
|
SSDP = {
|
|
"device_type": {},
|
|
"manufacturer": {
|
|
"Royal Philips Electronics": [
|
|
"deconz",
|
|
"hue"
|
|
]
|
|
},
|
|
"st": {}
|
|
}
|