mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Add manufactureURL to the hue description.xml endpoint
The netdisco library by HA looks for manufacture, modelNumber and manufactureURL for its auto discovery mechanism. https://github.com/home-assistant/netdisco/blob/master/netdisco/discoverables/philips_hue.py Currently, tasmota doesn't return this, and as a result home assistant doesn't discover the emulator. this commit adds a manufactureURL so discovery works
This commit is contained in:
parent
15acf8487d
commit
4f6a747300
@ -124,6 +124,7 @@ const char HUE_DESCRIPTION_XML[] PROGMEM =
|
||||
"<friendlyName>Amazon-Echo-HA-Bridge ({x1)</friendlyName>"
|
||||
// "<friendlyName>Philips hue ({x1)</friendlyName>"
|
||||
"<manufacturer>Royal Philips Electronics</manufacturer>"
|
||||
"<manufacturerURL>http://www.philips.com</manufacturerURL>"
|
||||
"<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>"
|
||||
"<modelName>Philips hue bridge 2012</modelName>"
|
||||
"<modelNumber>929000226503</modelNumber>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user