🧪 Beta 4
Three follow-ups from @fasdav's testing (issue #9):
- Combi limit now holds on Fenix. It compared against the session humidity, which is
0while the heater is off, so the clamp was silently skipped — a 95 °C setpoint with a 50 % profile reached 145 combined. It now falls back to the active profile'stargetHum, which is whatPATCH /devices/targetactually writes into. Xenio is unaffected. - Diagnostics redact vendor secrets by pattern. The device-info websocket message carries the Wi-Fi SSID; vendor payload shapes aren't enumerable, so anything matching
ssid|passw|token|secret|api-key|credential|email|usernameis redacted at any depth. - Docs corrected: profile contents can be written from HA (full object to
profiles.<n>viadevicesStatesUpdate, nodesiredwrapper — the server adds it). The integration still only selects a profile; editing would need a read-modify-write that could overwrite panel-side changes. Also noted: push captures are partial deltas.
Thanks @fasdav — including for pointing out that these had been dropped.