Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.47 KB

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