diff --git a/.devcontainer/configuration.yaml b/.devcontainer/configuration.yaml index b25408d..1fb96c8 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 6398af9..91d35d1 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