jannislehmann / HomeAssistant

4 stars 0 forks source link

Implement GetBring! component #15

Closed jannislehmann closed 4 years ago

jannislehmann commented 4 years ago

Bring has an unofficial API, which I want to utilize in my Home Assistant instance.

jannislehmann commented 4 years ago

This component https://github.com/dotKrad/hass_bring_shopping_list_component only allows one to read the content of the list and not adding new ones.

jannislehmann commented 4 years ago

Further reading:

jannislehmann commented 4 years ago

The Node-RED flow works great, I just got it to work. Extracting the uuid and api key was fairly easy. I just took the first request the any api endpoint and checked the sent headers.

jannislehmann commented 4 years ago

Gonna close this for now as there is no need to add this to the frontend. As soon as the Rhasspy project progresses, this will be used.