diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index 0d97d20..d0c480c 100644 --- a/custom_components/mypyllant/manifest.json +++ b/custom_components/mypyllant/manifest.json @@ -10,7 +10,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues", "requirements": [ - "myPyllant==0.8.11" + "myPyllant==0.8.12" ], "version": "v0.7.3" } diff --git a/dev-requirements.txt b/dev-requirements.txt index b9a2ccc..f27a143 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ types-PyYAML~=6.0.12.12 # Need specific versions pytest-homeassistant-custom-component==0.13.101 -myPyllant==0.8.11 +myPyllant==0.8.12 # Versions handled by pytest-homeassistant-custom-component freezegun diff --git a/docker-compose.yml b/docker-compose.yml index 514e8df..f8bebc9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,9 @@ -version: '3' services: homeassistant: ports: - "8123:8123" container_name: homeassistant - image: "ghcr.io/home-assistant/home-assistant:stable" + image: "homeassistant/home-assistant:stable" env_file: - ./docker/.env volumes: