Skip to content

Commit

Permalink
Updated base library to not be in dependency conflict with newest HA …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
signalkraft committed Jun 6, 2024
1 parent ae2bec5 commit 14e0339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/mypyllant/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 14e0339

Please sign in to comment.