I created this custom Home Assistant card; Todo Swipe Card.
This card has many customization options. You can use it as a single todo card or add multiple todo cards and swipe between them:
I created this custom Home Assistant card; Todo Swipe Card.
This card has many customization options. You can use it as a single todo card or add multiple todo cards and swipe between them:
Does anyone know how to make the items expand across two lines? See the fist item in this list is cut off.
Update: Found the answer -
card_mod:
style: |
.summary {
text-wrap-mode: wrap !important;
}
is there a way to make the checkboxes bigger? someone has a code for that?
Is it possible to change the order of the the default card in the sidebar to display_order: duedate_asc?