Skip to content

Commit

Permalink
Fix NUPnP discovery
Browse files Browse the repository at this point in the history
Fixes #14852

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur committed Apr 22, 2023
1 parent 5b92f40 commit 54afadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@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)";
Expand Down

0 comments on commit 54afadb

Please sign in to comment.