From b3253403aae44d47cd624050ee5f39e5a56ccec5 Mon Sep 17 00:00:00 2001
From: Jeff Wilson <jeff@jeffalwilson.com>
Date: Mon, 5 Dec 2016 20:39:40 -0500
Subject: [PATCH] Set hue-bridgeid in UPNP response (#4740)

---
 homeassistant/components/emulated_hue/upnp.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/emulated_hue/upnp.py b/homeassistant/components/emulated_hue/upnp.py
index f81a8c1b68d..fd880c40e6e 100644
--- a/homeassistant/components/emulated_hue/upnp.py
+++ b/homeassistant/components/emulated_hue/upnp.py
@@ -74,6 +74,7 @@ CACHE-CONTROL: max-age=60
 EXT:
 LOCATION: http://{0}:{1}/description.xml
 SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/0.1
+hue-bridgeid: 1234
 ST: urn:schemas-upnp-org:device:basic:1
 USN: uuid:Socket-1_0-221438K0100073::urn:schemas-upnp-org:device:basic:1
 
-- 
GitLab