From 32c7d5a444d23da5756713863dcb1fc5145b4330 Mon Sep 17 00:00:00 2001 From: theneweinstein <34983911+theneweinstein@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:40:55 +0000 Subject: [PATCH] Update manifest --- .devcontainer.json | 10 +++++----- custom_components/somneo/manifest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"