Skip to content

v1.1.0 - Better UI & Sensors

Choose a tag to compare

@cursor cursor released this 03 Jan 18:11
· 39 commits to main since this release

What's New

New Sensors

  • sensor.routinely_tasks - Shows task count with full task list in attributes
  • sensor.routinely_routines - Shows routine count with routine list in attributes

How to See Your Tasks & Routines

After creating tasks/routines, check the sensor attributes:

Developer Tools → States → sensor.routinely_tasks

tasks:
  - id: "abc123"
    name: "Brush teeth"
    duration: 120
    mode: "auto"

Developer Tools → States → sensor.routinely_routines

routines:
  - id: "xyz789"
    name: "Morning Routine"
    task_count: 3
    duration: 600

Dashboard Example

See examples/simple_dashboard.yaml for a ready-to-use Lovelace dashboard.

Update Instructions

  1. HACS → Routinely → ⋮ → Redownload
  2. Restart Home Assistant