From 8fd0921a08948b2483528155d78457eb07747282 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 9 Nov 2025 12:21:25 +0100 Subject: [PATCH] experiment light 1 --- config/devices.yaml | 10 ++++++++++ config/layout.yaml | 6 ++++++ 2 files changed, 16 insertions(+) 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