1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/homeassistant/generated/ssdp.py
Paulus Schoutsen f54ad26630 Migrate HEOS discovery to manifest (#24508)
* Migrate HEOS discovery to manifest

* Fix tests
2019-06-12 16:08:08 -07:00

24 lines
411 B
Python

"""Automatically generated by hassfest.
To update, run python3 -m script.hassfest
"""
SSDP = {
"device_type": {},
"manufacturer": {
"Belkin International Inc.": [
"wemo"
],
"Royal Philips Electronics": [
"deconz",
"hue"
]
},
"st": {
"urn:schemas-denon-com:device:ACT-Denon:1": [
"heos"
]
}
}