initial, step 2 already
This commit is contained in:
31
config/devices.yaml
Normal file
31
config/devices.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user