26 lines
477 B
YAML
26 lines
477 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: "<22>"
|
||
rank: 10
|
||
|
||
- name: Schlafzimmer
|
||
devices:
|
||
- device_id: test_lampe_3
|
||
title: Nachttischlampe
|
||
icon: "🛏️"
|
||
rank: 10
|
||
|
||
|
||
|
||
|