Initial commit: System2MQTT implementation
This commit is contained in:
8
config.yaml.example
Normal file
8
config.yaml.example
Normal file
@@ -0,0 +1,8 @@
|
||||
mqtt:
|
||||
host: "mqtt.example.com"
|
||||
port: 1883
|
||||
username: "system2mqtt"
|
||||
password: "your_secure_password"
|
||||
client_id: "system2mqtt_{hostname}"
|
||||
discovery_prefix: "homeassistant"
|
||||
state_prefix: "system2mqtt"
|
Reference in New Issue
Block a user