diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6998fa7..24a58ef 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "VARIANT": "3.10", + "VARIANT": "3.11", "LOCAL_INTEGRATION_FOLDER": "${localWorkspaceFolder}" }, "context": ".." diff --git a/custom_components/home_connect_alt/manifest.json b/custom_components/home_connect_alt/manifest.json index 03c621b..8abfbdf 100644 --- a/custom_components/home_connect_alt/manifest.json +++ b/custom_components/home_connect_alt/manifest.json @@ -12,8 +12,8 @@ "homekit": {}, "iot_class": "cloud_push", "issue_tracker": "https://github.com/ekutner/home-connect-hass/issues", - "requirements": ["home-connect-async==0.7.8"], + "requirements": ["home-connect-async==0.7.9"], "ssdp": [], - "version": "0.6.3", + "version": "0.6.4-b1", "zeroconf": [] } \ No newline at end of file