Initial commit: System2MQTT implementation

This commit is contained in:
2025-05-22 07:56:25 +02:00
commit dc1d276df6
10 changed files with 997 additions and 0 deletions

8
config.yaml.example Normal file
View 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"