[Custom Component] Activity Manager - Keep track of recurring tasks

Hi all I published 0.0.9 today with a few improvements.

@sir106 - you can now include showDueOnly: true in the card config to show only due tasks.

I also renamed a couple classes so you can more easily use CardMod

type: custom:activity-manager-card
category: Workout
showDueOnly: true
card_mod:
  style: |
    .am-due {
      background-color: red;
      color: white !important;
      padding: 5px;
      border-radius: 5px;
    }

1 Like