{/* Section 01 — Wetter */}
{/* Section 02 — Infrastruktur */}
{/* Section 03 — MQTT (conditional) */}
{(data.mqtt?.connected ||
(data.mqtt?.entities?.length ?? 0) > 0) && (
)}
{/* Section 04 — Nachrichten */}
{/* Footer */}
) : null}
01
Wetter
02
Infrastruktur
{data.servers.servers.map((srv) => (
))}
03