smartbridge/smartbridge.yml.example
Felix Niederwanger aea0620747
Add configuration
Add yaml configuration file handling
2023-05-31 19:30:27 +02:00

14 lines
272 B
Plaintext

---
# smartbridge configuration
remote: "192.168.0.1" # Smartbridge IP address
delay: 5 # Seconds between polls
verbose: False
mqtt:
remote: "192.168.0.1"
port: 1883
clientid: "smartbridge"
topic: "home/power"
username: ""
password: ""