mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00

* SSDP matching improvements - support multiple match groups per domain - require matches on all, not any item in a group - support matching on all UPnP device description data * Manifest structure fixes
35 lines
607 B
Python
35 lines
607 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
# fmt: off
|
|
|
|
SSDP = {
|
|
"deconz": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics"
|
|
}
|
|
],
|
|
"heos": [
|
|
{
|
|
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
|
|
}
|
|
],
|
|
"hue": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics"
|
|
}
|
|
],
|
|
"sonos": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
}
|
|
],
|
|
"wemo": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
]
|
|
}
|