automation_rs/config/config.yml
Dreaded_X 0d1e15c676
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 7m59s
Build and deploy automation_rs / Build Docker image (push) Successful in 46s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Device config is now done through lua
2024-04-24 04:00:29 +02:00

26 lines
465 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}"
ntfy:
topic: "${NTFY_TOPIC}"
presence:
topic: "automation/presence/+/#"
# Run the air filter everyday for 19:00 to 20:00
schedule:
0 0 19 * * *:
on:
- "bedroom_air_filter"
0 0 20 * * *:
off:
- "bedroom_air_filter"