Skip to content

Commit 5b46d79

Browse files
committed
Prepare for public release.
1 parent 92e3fde commit 5b46d79

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
workflow_dispatch:
88

99
jobs:
10+
validate:
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "actions/checkout@v4"
14+
- uses: "home-assistant/actions/hassfest@master"
1015
validate:
1116
runs-on: "ubuntu-latest"
1217
steps:
@@ -15,7 +20,7 @@ jobs:
1520
uses: "hacs/action@main"
1621
with:
1722
category: "integration"
18-
ignore: "brands description topics"
23+
ignore: "brands"
1924
testing:
2025
name: Check
2126
runs-on: ubuntu-latest

DOCS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Custom modbus documentation.
2+
3+
This is the changed/extended documentation of the
4+
modbus component
5+
6+
There official documentation are found [here](https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/DOCS.md).

LICENSE.md renamed to LICENSE

File renamed without changes.

custom_components/modbus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"issue_tracker": "https://github.com/pymodbus-dev/homeassistant_modbus/issues",
88
"loggers": ["pymodbus"],
99
"requirements": ["pymodbus==3.11.0"],
10-
"version": "0.1.0"
10+
"version": "0.2.0"
1111
}

0 commit comments

Comments
 (0)