* Add discovery support to synology_dsm * Remove debug * black * Fix mocks * Merge strings * Move placeholders * add missing placeholders * reorder * use constants in test * Remove CONF_NAME (only displayed in discovery now) * test reduction * Shorten long name * Use name for name but NOT for unique_id, remove CONF_NAME from yaml config * Use Synology for the name for now, hopefully we can use the hostname later * lint * Remove name from strings * remove =None * show login errors at username field * Update tests/components/synology_dsm/test_config_flow.py Co-Authored-By: Quentame <polletquentin74@me.com> * Update tests/components/synology_dsm/test_config_flow.py Co-Authored-By: Quentame <polletquentin74@me.com> * Update homeassistant/components/synology_dsm/const.py Co-authored-by: Quentame <polletquentin74@me.com>
84 lines
1.8 KiB
Python
84 lines
1.8 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"
|
|
}
|
|
],
|
|
"harmony": [
|
|
{
|
|
"deviceType": "urn:myharmony-com:device:harmony:1",
|
|
"manufacturer": "Logitech"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"roku": [
|
|
{
|
|
"deviceType": "urn:roku-com:device:player:1-0",
|
|
"manufacturer": "Roku",
|
|
"st": "roku:ecp"
|
|
}
|
|
],
|
|
"samsungtv": [
|
|
{
|
|
"st": "urn:samsung.com:device:RemoteControlReceiver:1"
|
|
}
|
|
],
|
|
"sonos": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
}
|
|
],
|
|
"synology_dsm": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:Basic:1",
|
|
"manufacturer": "Synology"
|
|
}
|
|
],
|
|
"wemo": [
|
|
{
|
|
"manufacturer": "Belkin International Inc."
|
|
}
|
|
]
|
|
}
|