Provides Home Assistant sensors for Jumbo (Dutch Supermarket). This library is not affiliated with Jumbo and retrieves data from the endpoints of the mobile application. Use at your own risk.
Use HACS to isntall these sensors or copy the files in the /custom_components/jumbo/ folder to [homeassistant]/config/custom_components/jumbo/
Example config:
sensor:
- platform: jumbo
username: <username> (required)
password: <password> (required)
Two sensors will be created:
The sensor jumbo_basket
indicates how many items you still have within your basket at this point.
The sensor jumbo_orders
indicates when your next order is expected. Within the attributes, you can also see any future orders.
If you experience unexpected output, please create an issue with additional logging. You can add the following lines to enable logging
logger:
default: info
logs:
custom_components.jumbo: debug