automation_rs/config/config.yml
Dreaded_X 9385f27125
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m30s
Build and deploy automation_rs / Build Docker image (push) Successful in 55s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Improved how devices are created, ntfy and presence are now treated like any other device
2024-04-27 02:55:53 +02:00

10 lines
191 B
YAML

openid:
base_url: "https://login.huizinga.dev/api/oidc"
mqtt:
host: "mosquitto"
port: 8883
client_name: "automation_rs"
username: "mqtt"
password: "${MQTT_PASSWORD}"