You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠️ **AI-Assisted Development Warning**: This project has been largely developed with the assistance of AI tools (Claude and Cursor). I only have a basic understanding of what this code does and have been using this project as a way to experiment with AI-assisted development while creating a component I wanted for my dashboard. The code may contain inconsistencies, and best practices might only be partially followed due to the contextual limitations of AI. Use at your own risk and feel free to contribute improvements!
8
9
9
10
A custom Lovelace card for Home Assistant that visualizes entity activity data as a calendar heatmap, similar to GitHub's contribution graph. Perfect for tracking game activity, device usage, or any time-based data.
| `days_to_show` | number | 365 | Number of days of history to display (Note: In v3.3.0+, the actual display is automatically adjusted based on available space) |
72
71
| `ignored_states` | array | ["unknown", "idle", "offline", ""] | States to ignore in calculations |
73
72
| `refresh_interval` | number | 300 | Refresh interval in seconds |
74
73
| `start_day_of_week` | string | "monday" | Day to start the week on ("monday" or "sunday") |
@@ -209,8 +208,8 @@ The Calendar Heatmap Card will:
209
208
210
209
This gives you a beautiful visualization of your gaming habits over time, showing which days you played the most and which games dominated your play time.
0 commit comments