Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 9, 2024
1 parent f881ad6 commit 385073a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions custom_components/esb_faults/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "esb_faults",
"name": "ESB Faults",
"version": "1.0.0",
"version": "1.0.2",
"codeowners": ["@jasonmadigan"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/jasonmadigan/esb_faults",
"homekit": {},
"iot_class": "cloud_polling",
"requirements": ["requests==2.31.0", "geopy==2.3.0"],
"requirements": ["requests>=2.31.0,<3.0.0", "geopy==2.3.0"],
"ssdp": [],
"zeroconf": [],
"issue_tracker": "https://github.com/jasonmadigan/esb_faults/issues"
Expand Down
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESB Faults Integration for Home Assistant",
"hacs": "1.0.0",
"hacs": "1.0.2",
"render_readme": true,
"homeassistant": "2023.6.2"
"homeassistant": "2024.6.1"
}
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.8.5
homeassistant==2023.6.0
aiohttp==3.9.5
homeassistant==2024.6.1
pytest
pytest-homeassistant-custom-component==0.13.36
pytest-homeassistant-custom-component==0.13.133
pytest-aiohttp
requests==2.31.0
requests>=2.31.0,<3.0.0
geopy==2.3.0

0 comments on commit 385073a

Please sign in to comment.