🏠 Home Automation

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

{{ room.name }}

{% for device in room.devices %}
{{ device.icon }}

{{ device.title }}

{{ device.device_id }}

—
{% if device.type == "light" and device.features.power %}
{% endif %}
{% endfor %}
{% endfor %} {% else %}

Keine Räume oder Geräte konfiguriert.

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

{% endif %}