{{ room.name }}
- -
- {% for device in room.devices %}
-
-
-
-
+
-
+
+ {% if rooms %}
+ {% for room in rooms %}
+ {{ device.title }}
-{{ device.device_id }}
-{{ 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 %}
+ + Helligkeit: + 50% + {% endif %} +
+
-
-
- {% endfor %}
- {% else %}
-
- —
-
-
- {% if device.type == "light" and device.features.power %}
-
-
-
+ {% if device.features.brightness %}
+
- {% endfor %}
+ {% endif %}
+
+
{% endif %}
-
- {% endif %}
-
-
-
+
+ {% endfor %}
+ {% else %}
+ Keine Räume oder Geräte konfiguriert.
-PrĂĽfe config/layout.yaml und das API-Gateway.
+ {% endfor %}
+
+ {% endif %}
+
+ Keine Räume oder Geräte konfiguriert.
+PrĂĽfe config/layout.yaml und das API-Gateway.
+
+
📡 Realtime Events
+
+
+ Warte auf Events...
+