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