Skip to content

Commit f1e7714

Browse files
committed
fix(): Changed repo mentions to noctalia-dev.
1 parent 0450587 commit f1e7714

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

hassio/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,14 @@ environment.systemPackages = [ pkgs.qt6.qtwebsockets ];
3434
### Via Noctalia Plugin Manager (recommended)
3535

3636
1. Open Noctalia Settings → **Plugins** tab
37-
2. Add this repository as a custom source:
38-
```
39-
https://github.com/Pozzoo/noctalia-plugins
40-
```
41-
3. Find **Home Assistant** in the plugin list and click **Install**
42-
4. Enable the plugin and add the widget to your bar
37+
2. Find **Home Assistant** in the plugin list and click **Install**
38+
3. Enable the plugin and add the widget to your bar
4339

4440
### Manual Installation
4541

4642
```bash
4743
# Clone into your plugins directory
48-
git clone https://github.com/Pozzoo/noctalia-plugins ~/.config/noctalia/plugins/hassio
44+
git clone https://github.com/noctalia-dev/noctalia-plugins ~/.config/noctalia/plugins/hassio
4945

5046
# Add to plugins.json
5147
```

hassio/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minNoctaliaVersion": "3.6.0",
66
"author": "Pozzoo",
77
"license": "MIT",
8-
"repository": "https://github.com/pozzoo/noctalia-plugins",
8+
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
99
"description": "Monitor and control Home Assistant entities from the bar. Requires qt6-websockets.",
1010
"tags": ["Bar", "Panel", "Utility"],
1111
"entryPoints": {

0 commit comments

Comments
 (0)