You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ✅ Improved stability when accessing the Deco web interface
75
+
### v3.7.3
20
76
21
-
👉 Use this fork if the original integration no longer works or if you need extended diagnostics and control.
77
+
- Fix for Home Assistant 2026.4 compatibility
78
+
- Added diagnostic entities (including backhaul speed and max speed)
79
+
- Added polling control:
80
+
- pause / resume services
81
+
- switch entity (`switch.deco_polling`)
82
+
- Improved stability when accessing the Deco web interface
22
83
23
84
---
24
85
25
-
## Services / Switch
86
+
## 🔧 Services
26
87
27
-
Available services in Home Assistant:
88
+
Available services:
28
89
29
90
-`tplink_deco.pause_polling`
30
91
-`tplink_deco.resume_polling`
92
+
-`tplink_deco.reboot_polling`
31
93
32
-
Available entity:
94
+
---
95
+
96
+
## 🔌 Entities
97
+
98
+
Polling control:
33
99
34
100
-`switch.deco_polling`
101
+
-`select.polling_interval`
35
102
36
103
---
37
104
38
-
## Polling Control
105
+
## 📦 Installation
39
106
40
-
Pause or resume polling to the Deco API.
107
+
### HACS
41
108
42
-
### Benefits
109
+
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=amosyuen&repository=ha-tplink-deco&category=integration)
43
110
44
-
- Reduces load on the Deco API by limiting continuous polling
45
-
- Decreases network traffic and processing overhead
46
-
- Improves debugging by allowing polling to be temporarily disabled
47
-
- Helps prevent issues with limited concurrent sessions in the Deco web interface
48
-
- Provides more control over integration behavior for advanced users
111
+
### Manual
49
112
50
-
This is especially useful when accessing the Deco web interface, as the API allows only a limited number of concurrent sessions.
113
+
1. Copy `custom_components/tplink_deco` to your Home Assistant config folder
114
+
2. Restart Home Assistant
115
+
3. Add the integration via UI
51
116
52
117
# TP-Link Deco
53
118
@@ -64,13 +129,6 @@ This is especially useful when accessing the Deco web interface, as the API allo
64
129
65
130
[![Community Forum][forum-shield]][forum]
66
131
67
-
> [!CAUTION]
68
-
> This integration is in MAINTENANCE MODE.
69
-
>
70
-
> I no longer have a deco unit so I cannot test this integration properly. I will not implement any new feature requests and will only implement simple fixes required by Home Assistant.
71
-
>
72
-
> If anybody is interested in taking over this repo and maintaining it, please let me know.
73
-
74
132
## Functionality
75
133
76
134
This integration is a local polling integration that logs into the admin web UI for TP-Link Deco routers. Currently the only feature implemented is device trackers for active devices.
0 commit comments