diff --git a/README.md b/README.md
index 4323129..a3f1f66 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ Many more Xiaomi and Redmi routers supported by MiWiFi
| ![](images/RB03.png) | **Redmi Router AX6S** | RB03 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
| ![](images/RB01.png) | **Xiaomi Router AX3200** | RB01 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
| ![](images/RA81.png) | **Redmi Router AX3000** | RA81 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
+| ![](images/CR8808.png) | **Xiaomi Router CR8808** | CR8808 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
| ![](images/CR6606.png) | **Xiaomi China Unicom WiFi 6 Router** | CR6606 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
| ![](images/RA71.png) | **Redmi Router AX1800** | RA71 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
| ![](images/RA69.png) | **Redmi Router AX6** | RA69 | 🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢 | 🟢🟢🟢🟢🟢 |
diff --git a/custom_components/miwifi/enum.py b/custom_components/miwifi/enum.py
index 5e07e14..3ab183d 100644
--- a/custom_components/miwifi/enum.py
+++ b/custom_components/miwifi/enum.py
@@ -239,3 +239,4 @@ def __str__(self) -> str:
RA70 = "ra70"
RB04 = "rb04"
CR6606 = "cr6606"
+ CR8808 = "cr8808"
diff --git a/custom_components/miwifi/manifest.json b/custom_components/miwifi/manifest.json
index 89bcdfb..6e7896e 100644
--- a/custom_components/miwifi/manifest.json
+++ b/custom_components/miwifi/manifest.json
@@ -1,7 +1,7 @@
{
"domain": "miwifi",
"name": "MiWiFi",
- "version": "2.8.0",
+ "version": "2.8.1",
"documentation": "https://github.com/dmamontov/hass-miwifi/wiki",
"issue_tracker": "https://github.com/dmamontov/hass-miwifi/issues",
"config_flow": true,
diff --git a/images/CR8808.png b/images/CR8808.png
new file mode 100644
index 0000000..98f81a8
Binary files /dev/null and b/images/CR8808.png differ