Skip to content

Commit

Permalink
Fix get execution history for CozyTouch devices (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Apr 18, 2021
1 parent f426d8c commit fb75637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tahoma/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tahoma",
"requirements": [
"pyhoma==0.5.10"
"pyhoma==0.5.11"
],
"codeowners": [
"@philklei",
Expand Down
2 changes: 1 addition & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pytest-cov<3.0.0
pytest-homeassistant

# from our manifest.json for our Custom Component
pyhoma==0.5.10
pyhoma==0.5.11

0 comments on commit fb75637

Please sign in to comment.