File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
+ hass :
11
+ runs-on : " ubuntu-latest"
12
+ steps :
13
+ - uses : " actions/checkout@v4"
14
+ - uses : " home-assistant/actions/hassfest@master"
10
15
validate :
11
16
runs-on : " ubuntu-latest"
12
17
steps :
15
20
uses : " hacs/action@main"
16
21
with :
17
22
category : " integration"
18
- ignore : " brands description topics "
23
+ ignore : " brands"
19
24
testing :
20
25
name : Check
21
26
runs-on : ubuntu-latest
58
63
name : ci_complete
59
64
runs-on : ubuntu-latest
60
65
needs :
66
+ - hass
61
67
- validate
62
68
- analyze
63
69
- testing
Original file line number Diff line number Diff line change
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 ) .
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"issue_tracker" : " https://github.com/pymodbus-dev/homeassistant_modbus/issues" ,
8
8
"loggers" : [" pymodbus" ],
9
9
"requirements" : [" pymodbus==3.11.0" ],
10
- "version" : " 0.1 .0"
10
+ "version" : " 0.2 .0"
11
11
}
You can’t perform that action at this time.
0 commit comments