File tree Expand file tree Collapse file tree 4 files changed +38
-1
lines changed
custom_components/plex_recently_added Expand file tree Collapse file tree 4 files changed +38
-1
lines changed 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@v3"
14+ - uses : home-assistant/actions/hassfest@master
Original file line number Diff line number Diff line change 1+ name : Validate
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : " 0 0 * * *"
8+ workflow_dispatch :
9+
10+ jobs :
11+ validate-hacs :
12+ runs-on : " ubuntu-latest"
13+ steps :
14+ - uses : " actions/checkout@v3"
15+ - name : HACS validation
16+ uses : " hacs/action@main"
17+ with :
18+ category : " integration"
Original file line number Diff line number Diff line change 66 "dependencies" : [],
77 "codeowners" : [" @maykar" ],
88 "requirements" : []
9- }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Plex Recently Added" ,
3+ "content_in_root" : false ,
4+ "domains" : [" sensor" ]
5+ }
You can’t perform that action at this time.
0 commit comments