2019-05-26 19:48:27 -07:00
|
|
|
"""Automatically generated by hassfest.
|
|
|
|
|
2019-05-30 18:41:30 +02:00
|
|
|
To update, run python3 -m script.hassfest
|
2019-05-26 19:48:27 -07:00
|
|
|
"""
|
|
|
|
|
2019-09-09 12:01:49 -07:00
|
|
|
# fmt: off
|
2019-05-26 19:48:27 -07:00
|
|
|
|
|
|
|
SSDP = {
|
2019-11-02 21:30:09 +02:00
|
|
|
"deconz": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Royal Philips Electronics"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"heos": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
|
|
|
|
}
|
|
|
|
],
|
2019-11-04 19:56:49 +02:00
|
|
|
"huawei_lte": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "Huawei"
|
|
|
|
}
|
|
|
|
],
|
2019-11-02 21:30:09 +02:00
|
|
|
"hue": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Royal Philips Electronics"
|
|
|
|
}
|
|
|
|
],
|
2020-01-10 03:19:10 +01:00
|
|
|
"samsungtv": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:samsung.com:device:RemoteControlReceiver:1"
|
|
|
|
}
|
|
|
|
],
|
2019-11-02 21:30:09 +02:00
|
|
|
"sonos": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"wemo": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Belkin International Inc."
|
|
|
|
}
|
|
|
|
]
|
2019-05-26 19:48:27 -07:00
|
|
|
}
|