mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add ssdp discovery for isy994 (#35568)
* Add ssdp discovery for isy994 * Increase test coverage for existing config flow * Update tests/components/isy994/test_config_flow.py Co-authored-by: shbatm <support@shbatm.com> * Update tests/components/isy994/test_config_flow.py Co-authored-by: shbatm <support@shbatm.com> * move constants * Update tests/components/isy994/test_config_flow.py Co-authored-by: shbatm <support@shbatm.com> * undo CONF_TLS_VER from homeassistant.const Co-authored-by: shbatm <support@shbatm.com>
This commit is contained in:
@@ -53,6 +53,12 @@ SSDP = {
|
||||
"modelName": "Philips hue bridge 2015"
|
||||
}
|
||||
],
|
||||
"isy994": [
|
||||
{
|
||||
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1",
|
||||
"manufacturer": "Universal Devices Inc."
|
||||
}
|
||||
],
|
||||
"konnected": [
|
||||
{
|
||||
"manufacturer": "konnected.io"
|
||||
|
||||
Reference in New Issue
Block a user