Skip to content

Commit 9146573

Browse files
committed
chore(deps): bump deps for Home Assistant 2024.10
Signed-off-by: Avi Miller <[email protected]>
1 parent 33c8ae5 commit 9146573

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

custom_components/exoy_one/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/Djelibeybi/hass-ExoyONE/issues",
1111
"loggers": ["exoyone"],
12-
"requirements": ["pyExoyOne>=0.1.3"],
13-
"version": "2024.8.2",
12+
"requirements": ["pyExoyOne>=0.1.12"],
13+
"version": "2024.10.0",
1414
"zeroconf": [
1515
{"type": "_http._tcp.local.", "name": "exoyone*"}
1616
]

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Exoy ONE",
33
"hide_default_branch": true,
4-
"homeassistant": "2024.6.0",
4+
"homeassistant": "2024.8.0",
55
"render_readme": true
66
}

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorlog>=6.8.2
2-
homeassistant>=2024.6.0
2+
homeassistant>=2024.8.0
33
pip>=21.3.1
44
ruff>=0.6.1
5-
pyExoyOne>=0.1.3
5+
pyExoyOne>=0.1.12

0 commit comments

Comments
 (0)