36 lines
715 B
Plaintext
36 lines
715 B
Plaintext
# 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
|
|
- device_id: test_thermo_1
|
|
title: Thermostat
|
|
icon: "🌡️"
|
|
rank: 15
|
|
|
|
- name: Schlafzimmer
|
|
devices:
|
|
- device_id: test_lampe_3
|
|
title: Nachttischlampe
|
|
icon: "🛏️"
|
|
rank: 10
|
|
|
|
- name: Lab
|
|
devices:
|
|
- device_id: experiment_light_1
|
|
title: Experimentierlampe
|
|
icon: "💡"
|
|
rank: 10
|
|
|
|
|
|
|