Skip to content

Commit ab701fe

Browse files
committed
v1.0.2
1 parent f881ad6 commit ab701fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

custom_components/esb_faults/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"domain": "esb_faults",
33
"name": "ESB Faults",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"codeowners": ["@jasonmadigan"],
66
"config_flow": true,
77
"dependencies": [],
88
"documentation": "https://github.com/jasonmadigan/esb_faults",
99
"homekit": {},
1010
"iot_class": "cloud_polling",
11-
"requirements": ["requests==2.31.0", "geopy==2.3.0"],
11+
"requirements": ["requests>=2.31.0,<3.0.0", "geopy==2.3.0"],
1212
"ssdp": [],
1313
"zeroconf": [],
1414
"issue_tracker": "https://github.com/jasonmadigan/esb_faults/issues"

hacs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESB Faults Integration for Home Assistant",
3-
"hacs": "1.0.0",
3+
"hacs": "1.0.2",
44
"render_readme": true,
5-
"homeassistant": "2023.6.2"
5+
"homeassistant": "2024.6.1"
66
}

requirements_dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.8.5
2-
homeassistant==2023.6.0
2+
homeassistant==2024.6.1
33
pytest
4-
pytest-homeassistant-custom-component==0.13.36
4+
pytest-homeassistant-custom-component==0.13.133
55
pytest-aiohttp
6-
requests==2.31.0
6+
requests>=2.31.0,<3.0.0
77
geopy==2.3.0

0 commit comments

Comments
 (0)