Commit 5a2a187 1 parent 84ce823 commit 5a2a187 Copy full SHA for 5a2a187
File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 3
3
"domains" : [
4
4
" alarm_control_panel" ,
5
5
" binary_sensor" ,
6
+ " button" ,
6
7
" camera" ,
7
8
" climate" ,
8
9
" cover" ,
9
10
" light" ,
10
11
" lock" ,
11
12
" sensor" ,
12
- " switch"
13
+ " switch" ,
14
+ " update"
13
15
],
14
- "homeassistant" : " 2022.4 .0" ,
16
+ "homeassistant" : " 2023.8 .0" ,
15
17
"iot_class" : " Cloud Polling" ,
16
18
"render_readme" : true ,
17
19
"zip_release" : true ,
Original file line number Diff line number Diff line change 1
- colorlog == 6.7.0
2
- homeassistant >= 2023.11
1
+ # Home Assistant
2
+ homeassistant >= 2023.12
3
3
home-assistant-frontend
4
+ python-dateutil
5
+
6
+ # Integration
7
+ vivintpy >= 2023.3.7
8
+
9
+ # Development
10
+ colorlog == 6.7.0
4
11
pip >= 21.0
5
12
pylint >= 2.17.3
6
- python-dateutil
7
- ruff == 0.0.255
8
- vivintpy >= 2023.3.5
13
+ ruff == 0.0.255
You can’t perform that action at this time.
0 commit comments