diff --git a/config/devices.yaml b/config/devices.yaml index def4b65..13dd436 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -957,4 +957,16 @@ devices: power: true topics: set: "IoT/WifiRelay1/State" - state: "IoT/WifiRelay1/State" \ No newline at end of file + state: "IoT/WifiRelay1/State" + +- device_id: herdlicht + name: Herdlicht + type: light + cap_version: "relay@1.0.0" + technology: zigbee2mqtt + features: + power: true + brightness: true + topics: + state: "zigbee2mqtt/herdlicht" + set: "zigbee2mqtt/herdlicht/set" \ No newline at end of file