Skip to content

Commit 5a2a187

Browse files
committed
Adjust requirements
1 parent 84ce823 commit 5a2a187

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

hacs.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
"domains": [
44
"alarm_control_panel",
55
"binary_sensor",
6+
"button",
67
"camera",
78
"climate",
89
"cover",
910
"light",
1011
"lock",
1112
"sensor",
12-
"switch"
13+
"switch",
14+
"update"
1315
],
14-
"homeassistant": "2022.4.0",
16+
"homeassistant": "2023.8.0",
1517
"iot_class": "Cloud Polling",
1618
"render_readme": true,
1719
"zip_release": true,

requirements.txt

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
colorlog==6.7.0
2-
homeassistant>=2023.11
1+
# Home Assistant
2+
homeassistant>=2023.12
33
home-assistant-frontend
4+
python-dateutil
5+
6+
# Integration
7+
vivintpy>=2023.3.7
8+
9+
# Development
10+
colorlog==6.7.0
411
pip>=21.0
512
pylint>=2.17.3
6-
python-dateutil
7-
ruff==0.0.255
8-
vivintpy>=2023.3.5
13+
ruff==0.0.255

0 commit comments

Comments
 (0)