Skip to content

Commit

Permalink
Update pyogero to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Raad committed Jun 25, 2024
1 parent d715011 commit 770f6be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/ogero/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/oraad/ha-ogero/issues",
"requirements": [
"pyogero==0.10.0"
"pyogero==0.10.1"
],
"version": "0.4.4"
"version": "0.4.5"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ogero",
"filename": "ogero.zip",
"hide_default_branch": true,
"homeassistant": "2023.11.0",
"homeassistant": "2024.6.0",
"render_readme": true,
"zip_release": true
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorlog==6.7.0
homeassistant>=2023.11.3
homeassistant>=2024.6.0
pip>=21.0,<23.4
ruff==0.1.14
pyogero==0.10.0
pyogero==0.10.1
urllib3>=1.26.16

0 comments on commit 770f6be

Please sign in to comment.