diff --git a/homeassistant/components/hue/manifest.json b/homeassistant/components/hue/manifest.json index f6b14ec69d4..f8d7295a173 100644 --- a/homeassistant/components/hue/manifest.json +++ b/homeassistant/components/hue/manifest.json @@ -6,7 +6,12 @@ "requirements": ["aiohue==1.10.1"], "ssdp": [ { - "manufacturer": "Royal Philips Electronics" + "manufacturer": "Royal Philips Electronics", + "modelName": "Philips hue bridge 2012" + }, + { + "manufacturer": "Royal Philips Electronics", + "modelName": "Philips hue bridge 2015" } ], "homekit": { diff --git a/homeassistant/generated/ssdp.py b/homeassistant/generated/ssdp.py index 01e0726ce54..5e09a241a9e 100644 --- a/homeassistant/generated/ssdp.py +++ b/homeassistant/generated/ssdp.py @@ -24,7 +24,12 @@ SSDP = { ], "hue": [ { - "manufacturer": "Royal Philips Electronics" + "manufacturer": "Royal Philips Electronics", + "modelName": "Philips hue bridge 2012" + }, + { + "manufacturer": "Royal Philips Electronics", + "modelName": "Philips hue bridge 2015" } ], "samsungtv": [