26 lines
478 B
YAML
26 lines
478 B
YAML
# UI Layout Configuration
|
|
# Defines rooms and device tiles for the home automation UI
|
|
|
|
rooms:
|
|
- name: Wohnzimmer
|
|
devices:
|
|
- device_id: test_lampe_2
|
|
title: Deckenlampe
|
|
icon: "💡"
|
|
rank: 5
|
|
- device_id: test_lampe_1
|
|
title: Stehlampe
|
|
icon: "🔆"
|
|
rank: 10
|
|
|
|
- name: Schlafzimmer
|
|
devices:
|
|
- device_id: test_lampe_3
|
|
title: Nachttischlampe
|
|
icon: "🛏️"
|
|
rank: 10
|
|
|
|
|
|
|
|
|