v1.1.0 - Better UI & Sensors
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: 600Dashboard Example
See examples/simple_dashboard.yaml for a ready-to-use Lovelace dashboard.
Update Instructions
- HACS → Routinely → ⋮ → Redownload
- Restart Home Assistant