zwei Lampen und Test-Werkzeug

This commit is contained in:
2025-10-31 15:17:28 +01:00
parent ea17d048ad
commit c3ec6e3fc4
7 changed files with 949 additions and 43 deletions

View File

@@ -1,5 +1,4 @@
# Device Configuration
# Configuration for home automation devices
version: 1
mqtt:
broker: "172.16.2.16"
@@ -14,18 +13,21 @@ redis:
channel: "ui:updates"
devices:
- id: "test_lampe"
type: "light"
name: "Test Lampe"
- device_id: test_lampe_1
type: light
cap_version: "light@1.2.0"
technology: zigbee2mqtt
features:
power: true
topics:
set: "vendor/test_lampe/set"
state: "vendor/test_lampe/state"
# - color
# - id: "light_bedroom"
# type: "light"
# name: "Bedroom Light"
# mqtt_topic: "home/bedroom/light"
# capabilities:
# - power
# - brightness
set: "vendor/test_lampe_1/set"
state: "vendor/test_lampe_1/state"
- device_id: test_lampe_2
type: light
cap_version: "light@1.2.0"
technology: zigbee2mqtt
features:
power: true
topics:
set: "vendor/test_lampe_2/set"
state: "vendor/test_lampe_2/state"