Publishes significant YNAB changes to a MQTT broker.
Configured with environment variables.
YNAB_TOKEN
: API token for YNABBUDGET_ID
: identifier for the budget to follow (visible in the address bar when in YNAB)MQTT
: url to MQTT brokerPOLL_SECONDS
: how often to check YNAB for changes. Defaults to 20 seconds.TOPIC
: mqtt topic to publish changes. Defaults toynab/changes
.