We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84ce823 + 5a2a187 commit f0a5d99Copy full SHA for f0a5d99
hacs.json
@@ -3,15 +3,17 @@
3
"domains": [
4
"alarm_control_panel",
5
"binary_sensor",
6
+ "button",
7
"camera",
8
"climate",
9
"cover",
10
"light",
11
"lock",
12
"sensor",
- "switch"
13
+ "switch",
14
+ "update"
15
],
- "homeassistant": "2022.4.0",
16
+ "homeassistant": "2023.8.0",
17
"iot_class": "Cloud Polling",
18
"render_readme": true,
19
"zip_release": true,
requirements.txt
@@ -1,8 +1,13 @@
1
-colorlog==6.7.0
2
-homeassistant>=2023.11
+# Home Assistant
+homeassistant>=2023.12
home-assistant-frontend
+python-dateutil
+
+# Integration
+vivintpy>=2023.3.7
+# Development
+colorlog==6.7.0
pip>=21.0
pylint>=2.17.3
-python-dateutil
-ruff==0.0.255
-vivintpy>=2023.3.5
+ruff==0.0.255
0 commit comments