peternijssen / home-assistant-jumbo

:convenience_store: Integrate Jumbo.com in Home Assistant
MIT License
7 stars 4 forks source link
hacs home-assistant jumbo supermarket

Home Assistant component for Jumbo.com

hacs_badge

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.

Install

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")

Documentation

Questions / Feedback

Share your thoughts within this topic.

Contributors