[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:
@@ -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)";
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user