wxt9861 / ynab

YNAB component for Home Assistant
MIT License
50 stars 20 forks source link

A few minor details #29

Closed arretx closed 1 year ago

arretx commented 1 year ago

There's one thing that seems to be missing from this integration, which is initiating the import transactions POST call to the API.

I'm finding that my sensor isn't updating unless I manually login to YNAB, which sort of makes the sensor useless if I want automations to help me remember to login to YNAB. ;).

wxt9861 commented 1 year ago

Unless I am missing something, there is no such POST command in the ynab-sdk (https://github.com/andreroggeri/ynab-sdk-python)

arretx commented 1 year ago

It appears that you are correct. It is available via POST url which I'm triggering via NodeRED however.