Skip to content

Commit 2907b2e

Browse files
committed
Release 1.0.0
1 parent 7d7f18b commit 2907b2e

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
11
Modbus - A Home Assistant custom component.
22
===
33

4-
WORK IN PROGRESS, DO NOT USE !!!
5-
6-
74
Install
85
===
96

10-
With HACS:
7+
**With HACS**:
8+
9+
- Open HACS
10+
- Select the 3 dots in the top left corver:
11+
<img width="1061" height="111" alt="select" src="https://github.com/user-attachments/assets/bae0fde3-f6e7-4d3d-b53c-397d1c46d7b3" />
12+
13+
- Choose "personal repositories" and then add repo
14+
"https://github.com/pymodbus-dev/homeassistant_modbus":
15+
16+
<img width="404" height="338" alt="add repo" src="https://github.com/user-attachments/assets/e9332384-b050-41fc-a012-af8fc9f2bd90" />
17+
18+
- Back in the HACS overview, click on the repository:
19+
<img width="1046" height="86" alt="select repo" src="https://github.com/user-attachments/assets/39a64276-4e57-46c8-a452-2afac64caaf3" />
1120

12-
Click install.
21+
- Download the repository:
1322

14-
Otherwise:
1523

16-
copy the [modbus](https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/custom_components/modbus)
24+
<img width="259" height="143" alt="Download" src="https://github.com/user-attachments/assets/835c1aef-c495-4d6d-80ba-36093f12d8da" />
25+
26+
- Continue in HACS, which will ask you to restart your home assistant instance.
27+
28+
**Manually**:
29+
30+
copy [modbus](https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/custom_components/modbus)
1731
folder into your [custom_components folder](https://developers.home-assistant.io/docs/creating_integration_file_structure/#where-home-assistant-looks-for-integrations).
1832

33+
Enjoy a working modbus, if you encounter a problem feel free to open a issue [direcly](https://github.com/pymodbus-dev/homeassistant_modbus/issues>),
34+
I do also monitor the home assistant issues.
35+
36+
1937
Testing
2038
===
2139

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.2.0"
10+
"version": "1.0.0"
1111
}

0 commit comments

Comments
 (0)