🏠 Home Automation

Realtime Status: Verbinde...

{% if rooms %} {% for room in rooms %}

{{ room.name }}

{% for device in room.devices %}
{{ device.icon }} {{ device.title }}
{% if device.type == "light" %} Light {% if device.features.brightness %}• Dimmbar{% endif %} {% else %} {{ device.type or "Unknown" }} {% endif %}
{{ device.device_id }}
Status: off {% if device.features.brightness %}
Helligkeit: 50% {% endif %}
{% if device.type == "light" and device.features.power %}
{% if device.features.brightness %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %} {% else %}

Keine Räume oder Geräte konfiguriert.

Prüfe config/layout.yaml und das API-Gateway.

{% endif %}

📡 Realtime Events

Warte auf Events...