26 lines
447 B
YAML
26 lines
447 B
YAML
openid:
|
|
base_url: "https://login.huizinga.dev/api/oidc"
|
|
|
|
mqtt:
|
|
host: "olympus.lan.huizinga.dev"
|
|
port: 8883
|
|
client_name: "automation-zeus"
|
|
username: "mqtt"
|
|
password: "${MQTT_PASSWORD}"
|
|
tls: true
|
|
|
|
ntfy:
|
|
topic: "${NTFY_TOPIC}"
|
|
|
|
presence:
|
|
topic: "automation_dev/presence/+/#"
|
|
|
|
schedule:
|
|
# 0/30 * * * * *:
|
|
# on:
|
|
# - *outlet
|
|
#
|
|
# 15/30 * * * * *:
|
|
# off:
|
|
# - *outlet
|