version: 1 mqtt: broker: "172.16.2.16" port: 1883 client_id: "home-automation-abstraction" username: null password: null keepalive: 60 redis: url: "redis://172.23.1.116:6379/8" channel: "ui:updates" devices: - device_id: test_lampe_1 type: light cap_version: "light@1.2.0" technology: zigbee2mqtt features: power: true brightness: true topics: 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" - device_id: test_lampe_3 type: light cap_version: "light@1.2.0" technology: zigbee2mqtt features: power: true brightness: true topics: set: "vendor/test_lampe_3/set" state: "vendor/test_lampe_3/state" - device_id: test_thermo_1 type: thermostat cap_version: "thermostat@2.0.0" technology: zigbee2mqtt features: mode: true target: true current: true battery: true topics: set: "vendor/test_thermo_1/set" state: "vendor/test_thermo_1/state"