Skip to content

Commit 65d213a

Browse files
author
zulufoxtrot
committed
Update README
1 parent 171b61c commit 65d213a

1 file changed

Lines changed: 14 additions & 21 deletions

File tree

README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
<img src="https://raw.githubusercontent.com/zulufoxtrot/ha-zyxel/refs/heads/main/resources/logo.png" alt="Zyxel Logo" width="128"/>
44

5+
> 📢 🤓 **This project is looking for maintainers** 📢 🤓
6+
>
7+
> If you are interested, get in touch!
58
69
__Home Assistant integration for Zyxel devices__
710

8-
911
<img src="https://raw.githubusercontent.com/zulufoxtrot/ha-zyxel/refs/heads/main/resources/screenshot.png" alt="Zyxel Logo" />
1012

1113
[![Open ha-zyxel on Home Assistant Community Store (HACS)](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=zulufoxtrot&repository=ha-zyxel&category=integration)
@@ -14,6 +16,7 @@ __Home Assistant integration for Zyxel devices__
1416

1517
Confirmed working on:
1618

19+
- AX7501-B0
1720
- FWA505
1821
- FWA510
1922
- LTE3202-M437
@@ -24,17 +27,11 @@ Confirmed working on:
2427
- NR7101
2528
- NR7102
2629
- NR7302
30+
- VMG4005-B50A
2731

2832
Potentially compatible with a lot more devices.
2933
If you do test and find out your device is working, please submit an issue or a pull request and I'll add it to the list.
3034

31-
## Unsupported devices / known issues
32-
33-
- EX3301-TO: https://github.com/zulufoxtrot/ha-zyxel/issues/14
34-
- EX5601-T0: https://github.com/zulufoxtrot/ha-zyxel/issues/11
35-
- EX5601-T1: https://github.com/zulufoxtrot/ha-zyxel/issues/16
36-
- NWA50AX: https://github.com/zulufoxtrot/ha-zyxel/issues/15
37-
3835
## Installation
3936

4037
Prerequisites:
@@ -45,33 +42,29 @@ Prerequisites:
4542
### Install via HACS (recommended)
4643

4744
1. Install HACS
48-
2. Navigate to HACS > Menu > Custom Repositories
49-
3. Add this repository: https://github.com/zulufoxtrot/ha-zyxel
50-
4. Set Type to Integration
51-
5. Close the dialog
52-
6. Search for "Zyxel" in HACS
53-
7. Select the Zyxel integration
54-
8. Click Download and confirm
55-
9. Restart HA
45+
2. Click the big blue button above
46+
3. Click Download and confirm
47+
4. Restart HA
5648

5749
### Install manually
5850

5951
1. SSH into your HA instance
60-
2. Navigate to custom_components
61-
3. git clone https://github.com/zulufoxtrot/ha-zyxel
52+
3. `git clone https://github.com/zulufoxtrot/ha-zyxel`
53+
2. Navigate to `ha-zyxel/custom_components`
54+
4. Copy `ha_zyxel` to your HA instance's `custom_components` directory
6255
4. Restart your HA instance
6356

64-
## Adding your device
57+
## Adding a device
6558

6659
1. Go to HA Settings > Devices & Services.
6760
2. Click Add Integration.
6861
3. Search for Zyxel.
6962
4. Select the Zyxel integration.
70-
5. In Host, type your hostname IP, usually something like 192.168.1.1 (note: enter the full URL scheme with https://)
63+
5. In Host, type your hostname IP, usually something like https://192.168.1.1 (⚠️ enter the full URL scheme with `https://`)
7164
6. Type your admin username and password
7265
7. Click Submit.
7366

74-
If connection fails, try with http:// instead of https://.
67+
If connection fails, try with `http://` instead of `https://`.
7568

7669
## Adding cards to your dashboard
7770

0 commit comments

Comments
 (0)