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 ab701fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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"
}
6 changes: 3 additions & 3 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
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 ab701fe

Please sign in to comment.