diff --git a/.devcontainer.json b/.devcontainer.json index 49fc2f5..fd0e4b2 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,11 +2,11 @@ "name": "ludeeus/integration_blueprint", "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11", "postCreateCommand": "scripts/setup", - "forwardPorts": [ - 8123, - 5353, - 1900 - ], + // "forwardPorts": [ + // 8123, + // 5353, + // 1900 + // ], "portsAttributes": { "8123": { "label": "Home Assistant", diff --git a/custom_components/somneo/manifest.json b/custom_components/somneo/manifest.json index cee8a67..ca51996 100644 --- a/custom_components/somneo/manifest.json +++ b/custom_components/somneo/manifest.json @@ -20,7 +20,7 @@ "ssdp": [ { "nt": "urn:philips-com:device:DiProduct:1", - "server": "*Wake-up Light*" + "modelName": "Wake-up Light" } ], "version": "6.0.0"