Skip to content

Commit

Permalink
Add support Redmi Router AX6000 (RB06)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed Apr 15, 2022
1 parent b50d7bb commit 9e6b077
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Many more Xiaomi and Redmi routers supported by MiWiFi (OpenWRT - Luci API)
| ------------------------ | -------------------------------------- |:------:|:------------------:|:--------------------------:|:------------------:|
| ![](images/RA70.png) | **Xiaomi Router Xiaomi AX9000** | RA70 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA72.png) | **Xiaomi Router AX6000** | RA72 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RB06.png) | **Redmi Router AX6000** | RB06 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA80.png) | **Xiaomi Mesh System AX3000** | RA82 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA80.png) | **Xiaomi Router AX3000** | RA80 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RB03.png) | **Redmi Router AX6S** | RB03 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
Expand Down
1 change: 1 addition & 0 deletions custom_components/miwifi/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,6 @@ def __str__(self) -> str:
RB03 = "rb03"
RA80 = "ra80"
RA82 = "ra82"
RB06 = "rb06"
RA72 = "ra72"
RA70 = "ra70"
2 changes: 1 addition & 1 deletion custom_components/miwifi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "miwifi",
"name": "MiWiFi",
"version": "2.4.0",
"version": "2.4.1",
"documentation": "https://github.com/dmamontov/hass-miwifi/blob/main/README.md",
"issue_tracker": "https://github.com/dmamontov/hass-miwifi/issues",
"config_flow": true,
Expand Down
Binary file added images/RB06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e6b077

Please sign in to comment.