mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
b014fd96ab
HA toggle broken after modularization: separate <script src> files are deferred by Cloudflare Rocket Loader, so inline onchange handlers fire before toggleHA() is defined. Fix: add data-cfasync="false" to all four JARVIS script tags to prevent Rocket Loader interference. Network map cleanup: - Deduplicate agent devices by hostname — two homeassistant agents (10.48.200.97 and 172.30.32.1) now show as one node; prefer online over offline, then most-recently-seen - Offline agents excluded from inner rings — jellyfin (offline June 3) and mini_it12 (offline June 12) no longer appear on the map - DB-pinned devices (Yealink phones) unaffected; still show in devices ring Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>