Initial commit
This commit is contained in:
22
example-config.yaml
Normal file
22
example-config.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
mqtt:
|
||||
host: mqtt.example.com
|
||||
username: yourusername # Optional
|
||||
password: yourpassword # Optional
|
||||
subscriptions:
|
||||
-
|
||||
topic: "/things/living_room/sensors/temperature/01"
|
||||
monitor: "Living room/temperature"
|
||||
type: float
|
||||
description:
|
||||
name: "Living room temperature"
|
||||
units: "° C"
|
||||
-
|
||||
topic: "/things/living_room/sensors/humidity/01"
|
||||
monitor: "Living room/humidity"
|
||||
type: integer
|
||||
description:
|
||||
name: "Living room relative humidity"
|
||||
min: 0
|
||||
max: 100
|
||||
units: "%"
|
||||
Reference in New Issue
Block a user