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"