Skip to content

Voxxie/home-asssistant-jumbo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assisant sensor component for Jumbo.com

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.

Install

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)

Usage

Two sensors will be created:

Basket

The sensor jumbo_basket indicates how many items you still have within your basket at this point.

Orders

The sensor jumbo_orders indicates when your next order is expected. Within the attributes, you can also see any future orders.

Debugging

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

Contributors

About

🏪 Integrate Jumbo.com in Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%