From c6db83da2da86c08c3c86ab69679493bcd010410 Mon Sep 17 00:00:00 2001 From: Eran Kutner <5628151+ekutner@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:25:20 +0300 Subject: [PATCH] Update hc lib to 0.7.9 to fix missing active program --- .devcontainer/devcontainer.json | 2 +- custom_components/home_connect_alt/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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