Skip to content

Commit

Permalink
Update pyhoma and require latest Home Assistant version (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Jul 14, 2021
1 parent 242e21d commit 560db42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/tahoma/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tahoma",
"requirements": [
"pyhoma==0.5.15"
"pyhoma==0.5.16"
],
"codeowners": [
"@philklei",
Expand Down
13 changes: 10 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "Somfy TaHoma",
"domains": ["cover", "light", "lock", "sensor", "switch", "climate"],
"homeassistant": "0.115.0",
"domains": [
"cover",
"light",
"lock",
"sensor",
"switch",
"climate"
],
"homeassistant": "2021.7.0",
"render_readme": "true",
"iot_class": "Cloud Polling"
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyhoma==0.5.15
pyhoma==0.5.16

0 comments on commit 560db42

Please sign in to comment.