Provides Home Assistant sensors for Jumbo (Dutch Supermarket) based on the python-jumbo-api repository.
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 install 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)
type: "both" (optional) (Choose from "delivery", "pick_up" or "both")
Share your thoughts within this topic.