Skip to content

Commit 6bec81d

Browse files
belinea4071claude
andcommitted
Fix repo references: solar_energy_management → sem-community
Update all GitHub URLs from traktore-org/solar_energy_management to traktore-org/sem-community. Affects README, docs, coordinator device info URL, and issue template links. Note: HA integration domain (solar_energy_management), service names, file paths, and logger names are unchanged — those are the HA domain, not the repo name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ccb4698 commit 6bec81d

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Report a bug
4-
url: https://github.com/traktore-org/solar_energy_management/issues/new?template=bug_report.md
4+
url: https://github.com/traktore-org/sem-community/issues/new?template=bug_report.md
55
about: All bug reports are tracked in the development repository
66
- name: Request a feature
7-
url: https://github.com/traktore-org/solar_energy_management/issues/new?template=feature_request.md
7+
url: https://github.com/traktore-org/sem-community/issues/new?template=feature_request.md
88
about: All feature requests are tracked in the development repository
99
- name: Ask a question
10-
url: https://github.com/traktore-org/solar_energy_management/discussions
10+
url: https://github.com/traktore-org/sem-community/discussions
1111
about: Questions and discussions happen in the development repository

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ SEM monitors your solar production, battery, grid, and EV charger every 10 secon
5050
### Via HACS (Recommended)
5151

5252
1. Open **HACS** > **Integrations** > **Custom repositories**
53-
2. Add `https://github.com/traktore-org/solar_energy_management` as an **Integration**
53+
2. Add `https://github.com/traktore-org/sem-community` as an **Integration**
5454
3. Search for **Solar Energy Management** and click **Download**
5555
4. **Restart Home Assistant**
5656

5757
### Manual Installation
5858

59-
1. Download the [latest release](https://github.com/traktore-org/solar_energy_management/releases)
59+
1. Download the [latest release](https://github.com/traktore-org/sem-community/releases)
6060
2. Copy the `custom_components/solar_energy_management/` folder to your Home Assistant `config/custom_components/` directory
6161
3. **Restart Home Assistant**
6262

@@ -400,10 +400,10 @@ MIT License — see [LICENSE](LICENSE) for details.
400400

401401
---
402402

403-
[releases-shield]: https://img.shields.io/github/release/traktore-org/solar_energy_management.svg?style=for-the-badge
404-
[releases]: https://github.com/traktore-org/solar_energy_management/releases
405-
[commits-shield]: https://img.shields.io/github/commit-activity/y/traktore-org/solar_energy_management.svg?style=for-the-badge
406-
[commits]: https://github.com/traktore-org/solar_energy_management/commits/main
407-
[license-shield]: https://img.shields.io/github/license/traktore-org/solar_energy_management.svg?style=for-the-badge
403+
[releases-shield]: https://img.shields.io/github/release/traktore-org/sem-community.svg?style=for-the-badge
404+
[releases]: https://github.com/traktore-org/sem-community/releases
405+
[commits-shield]: https://img.shields.io/github/commit-activity/y/traktore-org/sem-community.svg?style=for-the-badge
406+
[commits]: https://github.com/traktore-org/sem-community/commits/main
407+
[license-shield]: https://img.shields.io/github/license/traktore-org/sem-community.svg?style=for-the-badge
408408
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
409409
[hacs]: https://github.com/custom-components/hacs

coordinator/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def device_info(self) -> DeviceInfo:
206206
manufacturer="Home Assistant",
207207
model="Solar EV Charging Controller",
208208
sw_version="1.2.0",
209-
configuration_url="https://github.com/traktore-org/solar_energy_management",
209+
configuration_url="https://github.com/traktore-org/sem-community",
210210
)
211211

212212
async def async_initialize_energy_dashboard(self) -> bool:

docs/QUICK_START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Before installing SEM, make sure you have:
2626

2727
1. Open **HACS** > **Integrations**
2828
2. Click the 3-dot menu > **Custom repositories**
29-
3. Add URL: `https://github.com/traktore-org/solar_energy_management`
29+
3. Add URL: `https://github.com/traktore-org/sem-community`
3030
4. Set category: **Integration** > Click **Add**
3131
5. Search for **Solar Energy Management** > Click **Download**
3232
6. **Restart Home Assistant**
3333

3434
### Option B: Manual Install
3535

36-
1. Download the [latest release](https://github.com/traktore-org/solar_energy_management/releases)
36+
1. Download the [latest release](https://github.com/traktore-org/sem-community/releases)
3737
2. Copy the `solar_energy_management/` folder to `config/custom_components/`
3838
3. **Restart Home Assistant**
3939

docs/SETUP_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and "Grid consumption" sections with sensors assigned.
4141
3. Click the **Integrations** tab.
4242
4. Click the three-dot menu (top right) and select **Custom repositories**.
4343
5. Paste the repository URL:
44-
`https://github.com/traktore-org/solar_energy_management`
44+
`https://github.com/traktore-org/sem-community`
4545
6. Set the category to **Integration** and click **Add**.
4646
7. Close the dialog. Search for **Solar Energy Management** in the
4747
HACS integrations list.

0 commit comments

Comments
 (0)