From 814e4d3b83dccd03bb2fe69f7cebcd8214189d2e Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Tue, 3 Oct 2023 08:09:12 +0200 Subject: [PATCH] Last HA versions --- .devcontainer/configuration.yaml | 2 +- custom_components/versatile_thermostat/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/configuration.yaml b/.devcontainer/configuration.yaml index b25408db..1fb96c89 100644 --- a/.devcontainer/configuration.yaml +++ b/.devcontainer/configuration.yaml @@ -3,7 +3,7 @@ default_config: logger: default: info logs: - custom_components.versatile_thermostat: info + custom_components.versatile_thermostat: debug custom_components.versatile_thermostat.underlyings: debug custom_components.versatile_thermostat.climate: debug diff --git a/custom_components/versatile_thermostat/requirements_dev.txt b/custom_components/versatile_thermostat/requirements_dev.txt index 6398af9c..91d35d1f 100644 --- a/custom_components/versatile_thermostat/requirements_dev.txt +++ b/custom_components/versatile_thermostat/requirements_dev.txt @@ -1,2 +1,2 @@ -homeassistant==2023.9.0 +homeassistant==2023.9.1 ffmpeg \ No newline at end of file