Skip to content

Commit fc281c2

Browse files
committed
2 parents 73c4b50 + d85bc99 commit fc281c2

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ optionally using E.164 international style.
77

88
## Setup
99

10+
Register this GitHub repo as a custom repo
11+
in your [HACS]( https://hacs.xyz) configuration.
12+
1013
A username and password is required on the Mikrotik router.
1114

1215
Configure in the main Home Assistant config yaml, or an included notify.yaml

hacs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Mikrotik SMS",
33
"homeassistant": "2012.7.0",
4-
"version":"0.7"
4+
"version":"0.7",
5+
"render_readme": true
56
}

0 commit comments

Comments
 (0)