File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed 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 @@ -7,6 +7,9 @@ optionally using E.164 international style.
7
7
8
8
## Setup
9
9
10
+ Register this GitHub repo as a custom repo
11
+ in your [ HACS] ( https://hacs.xyz ) configuration.
12
+
10
13
A username and password is required on the Mikrotik router.
11
14
12
15
Configure in the main Home Assistant config yaml, or an included notify.yaml
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Mikrotik SMS" ,
3
3
"homeassistant" : " 2012.7.0" ,
4
- "version" :" 0.7"
4
+ "version" :" 0.7" ,
5
+ "render_readme" : true
5
6
}
You can’t perform that action at this time.
0 commit comments