Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.81 KB

info.md

File metadata and controls

43 lines (32 loc) · 1.81 KB

Warning

This component requires that the custom Jumbo components to be installed: More information: https://github.com/peternijssen/home-assistant-jumbo

Features

  • 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

Configuration options

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.

Example config:

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

Example image:

Test Image 1

See the repository for configuration options.