hass-core/homeassistant/generated/ssdp.py
Robert Svensson 449a7d3fd5 deCONZ migrate to SSDP discovery (#24252)
* 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
2019-06-03 09:26:01 -07:00

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": {}
}