* initial work on config flow. * more work on config flow. * work on config flow and add tests. other cleanup. * cleanup tests. * fix test. * isort * Update .coveragerc * Update test_init.py * Update test_init.py * Update test_init.py * Update test_config_flow.py * Update test_config_flow.py * Update test_config_flow.py * correct upnp serial format. * improve config flow coverage. * review tweaks. * further review tweaks * simplify dtv data gathering job * lint * black * Update test_init.py * Update test_init.py * Simplify exception handling. * Simplify exception handling. * Update media_player.py * Update test_media_player.py * Update test_media_player.py * Update test_media_player.py * Update test_media_player.py * Update test_media_player.py * fix failing test. * restore change made during debug. * isort. Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
65 lines
1.4 KiB
Python
65 lines
1.4 KiB
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
# fmt: off
|
|
|
|
SSDP = {
|
|
"deconz": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics"
|
|
}
|
|
],
|
|
"directv": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
|
|
"manufacturer": "DIRECTV"
|
|
}
|
|
],
|
|
"heos": [
|
|
{
|
|
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
|
|
}
|
|
],
|
|
"huawei_lte": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
"manufacturer": "Huawei"
|
|
}
|
|
],
|
|
"hue": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics",
|
|
"modelName": "Philips hue bridge 2012"
|
|
},
|
|
{
|
|
"manufacturer": "Royal Philips Electronics",
|
|
"modelName": "Philips hue bridge 2015"
|
|
},
|
|
{
|
|
"manufacturer": "Signify",
|
|
"modelName": "Philips hue bridge 2015"
|
|
}
|
|
],
|
|
"konnected": [
|
|
{
|
|
"manufacturer": "konnected.io"
|
|
}
|
|
],
|
|
"samsungtv": [
|
|
{
|
|
"st": "urn:samsung.com:device:RemoteControlReceiver:1"
|
|
}
|
|
],
|
|
"sonos": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
}
|
|
],
|
|
"wemo": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
]
|
|
}
|