Commit a26ad39 1 parent 8d57ea7 commit a26ad39 Copy full SHA for a26ad39
File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 7
7
lint :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-python@v2
12
- - uses : pre-commit/action@v2 .0.0
10
+ - uses : actions/checkout@v3.5.3
11
+ - uses : actions/setup-python@v3.1.4
12
+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " tahoma" ,
3
3
"name" : " Overkiz (by Somfy) - Custom component" ,
4
- "iot_class" : " cloud_polling" ,
5
- "config_flow" : true ,
6
- "documentation" : " https://www.home-assistant.io/integrations/tahoma" ,
7
- "requirements" : [
8
- " pyoverkiz==1.5.6"
9
- ],
10
4
"codeowners" : [
11
5
" @imicknl" ,
12
6
" @vlebourl" ,
13
7
" @tetienne"
14
8
],
15
- "issue_tracker" : " https://github.com/imicknl/ha-tahoma/issues" ,
16
- "version" : " 2.15.0" ,
17
- "zeroconf" : [
18
- " _kizbox._tcp.local."
19
- ],
9
+ "config_flow" : true ,
20
10
"dhcp" : [
21
11
{
22
12
"hostname" : " gateway*" ,
23
13
"macaddress" : " F8811A*"
24
14
}
25
- ]
15
+ ],
16
+ "documentation" : " https://www.home-assistant.io/integrations/tahoma" ,
17
+ "iot_class" : " cloud_polling" ,
18
+ "issue_tracker" : " https://github.com/imicknl/ha-tahoma/issues" ,
19
+ "requirements" : [
20
+ " pyoverkiz==1.8.0"
21
+ ],
22
+ "version" : " 2.15.0" ,
23
+ "zeroconf" : [
24
+ " _kizbox._tcp.local."
25
+ ]
26
26
}
You can’t perform that action at this time.
0 commit comments