Skip to content

Commit 82b3457

Browse files
authored
v1.0.2
Update project paths and documentation links in various files to reflect new project name
2 parents 46306e7 + 1a4a3f9 commit 82b3457

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/copilot-instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
## Project Context & Environment
7575

76-
- **Integration Code:** The core Python code for this Sigenergy integration resides in `q:/HACS-Sigenergy-Local-Modbus/custom_components/sigen/`.
76+
- **Integration Code:** The core Python code for this Sigenergy integration resides in `q:/Sigenergy-Local-Modbus/custom_components/sigen/`.
7777
- **Home Assistant Instance:** The target Home Assistant instance is running at `http://192.168.1.47:8123/`.
7878
- **Log File:** The Home Assistant log file can be found at `q:/home-assistant.log`.
7979
- **Database:** The Home Assistant database is located at `Q:/home-assistant_v2.db`.

.roo/rules/06-project-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Project Context & Environment
22

3-
- **Integration Code:** The core Python code for this Sigenergy integration resides in `q:/HACS-Sigenergy-Local-Modbus/custom_components/sigen/`.
3+
- **Integration Code:** The core Python code for this Sigenergy integration resides in `q:/Sigenergy-Local-Modbus/custom_components/sigen/`.
44
- **Home Assistant Instance:** The target Home Assistant instance is running at `http://192.168.1.47:8123/`.
55
- **Log File:** The Home Assistant log file can be found at `q:/home-assistant.log`.
66
- **Database:** The Home Assistant database is located at `Q:/home-assistant_v2.db`.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <img src="https://brands.home-assistant.io/sigen/dark_icon.png" alt="Sigenergy" width="50" style="vertical-align:Left;" /> Sigenergy ESS Integration for Home Assistant
2-
[![HACS](https://img.shields.io/badge/HACS-Default-blue)](https://hacs.xyz/) [![Release](https://img.shields.io/github/v/release/TypQxQ/HACS-Sigenergy-Local-Modbus)](https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus/releases) [![License](https://img.shields.io/github/license/TypQxQ/HACS-Sigenergy-Local-Modbus)](LICENSE)
2+
[![HACS](https://img.shields.io/badge/HACS-Default-blue)](https://hacs.xyz/) [![Release](https://img.shields.io/github/v/release/TypQxQ/Sigenergy-Local-Modbus)](https://github.com/TypQxQ/Sigenergy-Local-Modbus/releases) [![License](https://img.shields.io/github/license/TypQxQ/Sigenergy-Local-Modbus)](LICENSE)
33

44
## Overview
55
The Sigenergy ESS Integration brings local Modbus‑TCP monitoring and control of your Sigenergy Energy Storage System (ESS) directly into Home Assistant. Gain real‑time insights, dynamic device management, and seamless UI‑based setup.
@@ -21,12 +21,12 @@ The Sigenergy ESS Integration brings local Modbus‑TCP monitoring and control o
2121
### HACS (Recommended)
2222
1. Go to **HACS > Integrations** in Home Assistant
2323
2. Click the three dots and select **Custom repositories**
24-
3. Add repository `TypQxQ/HACS-Sigenergy-Local-Modbus` as **Integration**
24+
3. Add repository `TypQxQ/Sigenergy-Local-Modbus` as **Integration**
2525
4. Install **Sigenergy ESS Integration**
2626
5. Restart Home Assistant
2727

2828
### Manual
29-
1. Download the latest `.zip` from the [Releases](https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus/releases) page
29+
1. Download the latest `.zip` from the [Releases](https://github.com/TypQxQ/Sigenergy-Local-Modbus/releases) page
3030
2. Extract and copy `custom_components/sigen` into your HA `custom_components/` folder
3131
3. Restart Home Assistant
3232

@@ -108,8 +108,8 @@ Contributions welcome!
108108
4. Submit a Pull Request
109109

110110
## Support & Links
111-
- Issues: https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus/issues
112-
- Discussions: https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus/discussions
111+
- Issues: https://github.com/TypQxQ/Sigenergy-Local-Modbus/issues
112+
- Discussions: https://github.com/TypQxQ/Sigenergy-Local-Modbus/discussions
113113
- HACS docs: https://hacs.xyz/
114114

115115
## License

custom_components/sigen/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"hostname": "*"
1515
}
1616
],
17-
"documentation": "https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus",
17+
"documentation": "https://github.com/TypQxQ/Sigenergy-Local-Modbus",
1818
"integration_type": "device",
1919
"iot_class": "local_polling",
20-
"issue_tracker": "https://github.com/TypQxQ/HACS-Sigenergy-Local-Modbus/issues",
20+
"issue_tracker": "https://github.com/TypQxQ/Sigenergy-Local-Modbus/issues",
2121
"loggers": ["custom_components.sigen"],
2222
"quality_scale": "custom",
2323
"requirements": ["pymodbus>=3.0.0"],
24-
"version": "1.0.1"
24+
"version": "1.0.2"
2525
}

0 commit comments

Comments
 (0)