This component requires that the custom Jumbo components to be installed: More information: https://github.com/peternijssen/home-assistant-jumbo
- Display of your current basket
- Display of the available time slots for pickup.
- Display of the available time slots for delivery.
- Display the current open deliveries
- Display the current open pickups
Option | Values | Default | Details |
---|---|---|---|
time_slots_delivery | sensor |
The sensor that contains the Jumbo deliverie timeslots, it not defined its not visible. | |
time_slots_delivery_days | int |
99 |
Define of how many days of timeslots should be displayed. |
time_slots_pick_up | sensor |
The sensor that contains the Jumbo pickup timeslots, it not defined its not visible. | |
time_slots_pick_up_days | int |
99 |
Define of how many days of timeslots should be displayed. |
deliveries | sensor |
The sensor that contains the Jumbo deliveries, it not defined its not visible. | |
pick_ups | sensor |
The sensor that contains the Jumbo pick ups, it not defined its not visible. | |
basket | sensor |
The sensor that contains the Jumbo basket, it not defined its not visible. |
time_slots_delivery: sensor.jumbo_delivery_time_slots
time_slots_delivery_days: 2
time_slots_pick_up: sensor.jumbo_pick_up_time_slots
time_slots_pick_up_days: 2
deliveries: sensor.jumbo_delivery
pick_ups: sensor.jumbo_pick_up
basket: sensor.jumbo_basket
See the repository for configuration options.