fix: implement DKN Cloud NA authentication

This commit is contained in:
Sebastien Lavoie
2026-03-29 09:22:43 -04:00
parent c9307b5c5b
commit 8a4d040bac
3 changed files with 158 additions and 77 deletions
+1
View File
@@ -71,6 +71,7 @@ Each device exposes the following entities:
## Known Limitations & Roadmap
- **Login and device discovery are implemented.** The integration authenticates against the DKN Cloud NA API and discovers configured devices.
- **Device control is not yet implemented.** This release establishes the integration scaffolding and entity structure. Setting temperature, mode, fan speed, and swing will be implemented in a future release.
- Real-time updates via Socket.IO are not used; the integration polls the cloud API on a configurable interval (default 60s).
- Temperature units follow what the device reports; Fahrenheit devices are converted to Celsius for Home Assistant.