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"
|
|
|
|
}
|
|
|
|
],
|
2020-03-11 14:28:38 -05:00
|
|
|
"directv": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
|
|
|
|
"manufacturer": "DIRECTV"
|
|
|
|
}
|
|
|
|
],
|
2020-03-19 11:29:51 -05:00
|
|
|
"harmony": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:myharmony-com:device:harmony:1",
|
|
|
|
"manufacturer": "Logitech"
|
|
|
|
}
|
|
|
|
],
|
2019-11-02 21:30:09 +02:00
|
|
|
"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": [
|
|
|
|
{
|
2020-01-13 05:30:07 -08:00
|
|
|
"manufacturer": "Royal Philips Electronics",
|
|
|
|
"modelName": "Philips hue bridge 2012"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer": "Royal Philips Electronics",
|
|
|
|
"modelName": "Philips hue bridge 2015"
|
2020-01-27 09:54:38 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer": "Signify",
|
|
|
|
"modelName": "Philips hue bridge 2015"
|
2019-11-02 21:30:09 +02:00
|
|
|
}
|
|
|
|
],
|
2020-02-11 16:04:42 -05:00
|
|
|
"konnected": [
|
|
|
|
{
|
|
|
|
"manufacturer": "konnected.io"
|
|
|
|
}
|
|
|
|
],
|
2020-03-15 23:13:04 -05:00
|
|
|
"roku": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:roku-com:device:player:1-0",
|
|
|
|
"manufacturer": "Roku",
|
|
|
|
"st": "roku:ecp"
|
|
|
|
}
|
|
|
|
],
|
2020-01-10 03:19:10 +01:00
|
|
|
"samsungtv": [
|
|
|
|
{
|
2020-02-03 20:34:02 +01:00
|
|
|
"st": "urn:samsung.com:device:RemoteControlReceiver:1"
|
2020-01-10 03:19:10 +01:00
|
|
|
}
|
|
|
|
],
|
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
|
|
|
}
|