32 lines
620 B
YAML
32 lines
620 B
YAML
# Device Configuration
|
|
# Configuration for home automation devices
|
|
|
|
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:
|
|
- id: "test_lampe"
|
|
type: "light"
|
|
name: "Test Lampe"
|
|
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
|