This component requires that the custom Jumbo components to be installed: More information: https://github.com/peternijssen/home-assistant-jumbo
resources:
url: /local/jumbo-card.js
type: module
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