Version bump for toonapilib to include new API call for fetching thermostat states, which was sometimes missing causing errors in the library (#24459)
This commit is contained in:
parent
d7fcb5268a
commit
5698173c76
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/components/toon",
|
||||
"requirements": [
|
||||
"toonapilib==3.2.2"
|
||||
"toonapilib==3.2.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -1779,7 +1779,7 @@ tikteck==0.4
|
|||
todoist-python==7.0.17
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapilib==3.2.2
|
||||
toonapilib==3.2.4
|
||||
|
||||
# homeassistant.components.totalconnect
|
||||
total_connect_client==0.27
|
||||
|
|
|
@ -344,7 +344,7 @@ srpenergy==1.0.6
|
|||
statsd==3.2.1
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapilib==3.2.2
|
||||
toonapilib==3.2.4
|
||||
|
||||
# homeassistant.components.uvc
|
||||
uvcclient==0.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue