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

peternijssen/home-assistant-jumbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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