{% if status.status == "ok" %}  OK {% elif status.status == "degraded" %}  Degraded {% else %}  Starting {% endif %} {% if status.websocket_connected %} WS Connected {% else %} WS Disconnected {% endif %}
Uptime {% if status.uptime_seconds is not none %} {% set hours = (status.uptime_seconds // 3600) | int %} {% set minutes = ((status.uptime_seconds % 3600) // 60) | int %} {{ hours }}h {{ minutes }}m {% else %} — {% endif %}
Entities {{ status.entity_count }}
Apps {{ status.app_count }}