File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : HACS Action
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : " 0 0 * * *"
8+
9+ jobs :
10+ hacs :
11+ name : HACS Action
12+ runs-on : " ubuntu-latest"
13+ steps :
14+ - uses : " actions/checkout@v2"
15+ - name : HACS Action
16+ uses : " hacs/action@main"
17+ with :
18+ category : " integration"
Original file line number Diff line number Diff line change 1+ name : Validate with hassfest
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : ' 0 0 * * *'
8+
9+ jobs :
10+ validate :
11+ runs-on : " ubuntu-latest"
12+ steps :
13+ - uses : " actions/checkout@v2"
14+ - uses : " home-assistant/actions/hassfest@master"
Original file line number Diff line number Diff line change 1212 " @mchwalisz"
1313 ],
1414 "iot_class" : " local_polling" ,
15- "version" : " 0 .0.1"
15+ "version" : " 1 .0.1"
1616}
Original file line number Diff line number Diff line change 11{
22 "name" : " Senec solar system sensor" ,
3- "country" : " DE" ,
3+ "country" : [ " DE" ] ,
44 "domains" : [" sensor" ],
5- "homeassistant" : " 0.115" ,
5+ "homeassistant" : " 2021.9.7" ,
6+ "hacs" : " 1.18.0" ,
67 "render_readme" : true ,
78 "iot_class" : [" Assumed State" , " Local Pull" ]
89 }
You can’t perform that action at this time.
0 commit comments