diff --git a/config/devices.yaml b/config/devices.yaml index ac810a4..bacb9df 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -54,3 +54,13 @@ devices: topics: set: "vendor/test_thermo_1/set" state: "vendor/test_thermo_1/state" + - device_id: experiment_light_1 + type: light + cap_version: "light@1.2.0" + technology: zigbee2mqtt + features: + power: true + brightness: true + topics: + set: "zigbee2mqtt/0xf0d1b80000195038/set" + state: "zigbee2mqtt/0xf0d1b80000195038" diff --git a/config/layout.yaml b/config/layout.yaml index 6b8b876..5895d03 100644 --- a/config/layout.yaml +++ b/config/layout.yaml @@ -24,6 +24,12 @@ rooms: icon: "🛏️" rank: 10 + - name: Lab + devices: + - device_id: experiment_light_1 + title: Experimentierlampe + icon: "💡" + rank: 10