Skip to content

Commit 6b61614

Browse files
committed
chore: update repo references after transfer
1 parent 7e6e434 commit 6b61614

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "broglep/homeassistant-meshtastic",
2+
"name": "meshtastic/home-assistant",
33
"image": "mcr.microsoft.com/devcontainers/python:3.12",
44
"postCreateCommand": "scripts/setup",
55
"forwardPorts": [

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
required: true
2323
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
2424
required: true
25-
- label: This issue is not a duplicate issue of any [previous issues](https://github.com/broglep/homeassistant-meshtastic/issues?q=is%3Aissue+label%3A%22Bug%22+)..
25+
- label: This issue is not a duplicate issue of any [previous issues](https://github.com/meshtastic/home-assistant/issues?q=is%3Aissue+label%3A%22Bug%22+)..
2626
required: true
2727
- type: textarea
2828
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
required: true
1515
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
1616
required: true
17-
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/broglep/homeassistant-meshtastic/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
17+
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/meshtastic/home-assistant/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
1818
required: true
1919

2020
- type: textarea

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more details, see check the [documentation](#documentation).
2929

3030
### Recommended: [HACS](https://www.hacs.xyz)
3131

32-
1. Add this repository as a custom repository to HACS: [![Add Repository](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=broglep&repository=homeassistant-meshtastic&category=integration)
32+
1. Add this repository as a custom repository to HACS: [![Add Repository](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=meshtastic&repository=home-assistant&category=integration)
3333
2. Use HACS to install the integration.
3434
3. Restart Home Assistant.
3535
4. Set up the integration using the UI: [![Add Integration](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=meshtastic)
@@ -304,8 +304,8 @@ If you want to contribute to this please read the [Contribution guidelines](CONT
304304
305305
***
306306
307-
[commits-shield]: https://img.shields.io/github/commit-activity/y/broglep/homeassistant-meshtastic.svg?style=for-the-badge
308-
[commits]: https://github.com/broglep/homeassistant-meshtastic/commits/main
309-
[license-shield]: https://img.shields.io/github/license/broglep/homeassistant-meshtastic.svg?style=for-the-badge
310-
[releases-shield]: https://img.shields.io/github/release/broglep/homeassistant-meshtastic.svg?style=for-the-badge
311-
[releases]: https://github.com/broglep/homeassistant-meshtastic/releases
307+
[commits-shield]: https://img.shields.io/github/commit-activity/y/meshtastic/home-assistant.svg?style=for-the-badge
308+
[commits]: https://github.com/meshtastic/home-assistant/commits/main
309+
[license-shield]: https://img.shields.io/github/license/meshtastic/home-assistant.svg?style=for-the-badge
310+
[releases-shield]: https://img.shields.io/github/release/meshtastic/home-assistant.svg?style=for-the-badge
311+
[releases]: https://github.com/meshtastic/home-assistant/releases

custom_components/meshtastic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Custom integration to integrate Meshtastic with Home Assistant.
33
44
For more details about this integration, please refer to
5-
https://github.com/broglep/homeassistant-meshtastic
5+
https://github.com/meshtastic/home-assistant
66
"""
77

88
from __future__ import annotations

custom_components/meshtastic/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@broglep"
2020
],
2121
"config_flow": true,
22-
"documentation": "https://github.com/broglep/homeassistant-meshtastic",
22+
"documentation": "https://github.com/meshtastic/home-assistant",
2323
"integration_type": "hub",
2424
"iot_class": "local_polling",
25-
"issue_tracker": "https://github.com/broglep/homeassistant-meshtastic/issues",
25+
"issue_tracker": "https://github.com/meshtastic/home-assistant/issues",
2626
"requirements": [
2727
"pyserial-asyncio==0.6",
2828
"aiomqtt"

0 commit comments

Comments
 (0)