Skip to content

Commit

Permalink
Update Mill library to 0.11.5, handle rate limiting (#100315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Sep 13, 2023
1 parent 8625bf7 commit 9ceeadc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/mill/manifest.json
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/mill",
"iot_class": "local_polling",
"loggers": ["mill", "mill_local"],
"requirements": ["millheater==0.11.2", "mill-local==0.3.0"]
"requirements": ["millheater==0.11.5", "mill-local==0.3.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1217,7 +1217,7 @@ micloud==0.5
mill-local==0.3.0

# homeassistant.components.mill
millheater==0.11.2
millheater==0.11.5

# homeassistant.components.minio
minio==7.1.12
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -937,7 +937,7 @@ micloud==0.5
mill-local==0.3.0

# homeassistant.components.mill
millheater==0.11.2
millheater==0.11.5

# homeassistant.components.minio
minio==7.1.12
Expand Down

0 comments on commit 9ceeadc

Please sign in to comment.