[hue] Fix NUPnP discovery (#14871)

* Fix NUPnP discovery

Fixes #14852

* Declare hybrid connection due to cloud discovery

---------

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen
2023-04-22 22:42:35 +02:00
committed by GitHub
parent 705f6e84ee
commit b21913f5be
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ import com.google.gson.reflect.TypeToken;
@NonNullByDefault
public class HueBridgeNupnpDiscovery extends AbstractDiscoveryService {
private static final String MODEL_NAME_PHILIPS_HUE = "\"name\":\"Philips Hue\"";
private static final String MODEL_NAME_PHILIPS_HUE = "\"name\":\"Philips hue\"";
protected static final String BRIDGE_INDICATOR = "fffe";
private static final String DISCOVERY_URL = "https://discovery.meethue.com/";
protected static final String LABEL_PATTERN = "Philips Hue (%s)";

View File

@@ -6,6 +6,6 @@
<type>binding</type>
<name>Hue Binding</name>
<description>The Hue Binding integrates the Philips Hue system. It allows to control Hue bulbs.</description>
<connection>local</connection>
<connection>hybrid</connection>
</addon:addon>