0.5.0 - Pet Weight Graph, Cleaning Reminders, Status Sync Fix & Entity Suggestions 🐟🥔
Pet Weight Graphs, Status Sync Fix & Entity Suggestions 🐟🥔
Statistics graph for pet weight
The pet weight graph can now render Home Assistant's statistics graph (long-term statistics) in addition to the existing history graph. Pick the mode with graph_type and plot mean/min/max trends over days, weeks, or months — perfect for tracking a cat's weight over time.
New cards added through the dashboard UI now default to the statistics graph (mean/min/max, daily).
type: custom:whisker-card
device_id: YOUR_DEVICE_ID
# default out of the boxChart types
The statistics graph supports line, line-stack, bar, and bar-stack chart styles via chart_type.
type: custom:whisker-card
device_id: YOUR_DEVICE_ID
chonk:
graph_type: statistics
chart_type: line-stack
stat_types:
- meanLike the history graph?
The HA live history-graph is also available — set graph_type: history
type: custom:whisker-card
device_id: YOUR_DEVICE_ID
chonk:
graph_type: historySee Pet weight graph options for the full list of chonk settings.
Cleaning reminder 🧹
Point the card at any on/off-style entity (input_boolean, alert, binary_sensor, or switch) with the new cleaning_entity option. When that entity is active, the card shows a mdi:broom header badge plus a warning-colored glow — tinted background, border, and halo — so it's obvious the unit needs cleaning. Tap the badge to open more-info and mark it clean.
Active is detected with Home Assistant's standard stateActive logic, so it does the right thing per domain (including alerts, where an acknowledged off still counts as active until idle).
type: custom:whisker-card
device_id: YOUR_DEVICE_ID
cleaning_entity: input_boolean.litter_robots_needs_cleanedPair it with a calendar → boolean → alert loop for an automatic recurring reminder — see Cleaning reminder for the full copy-paste recipe.
Status text stays in sync with icon
The status label in the card header now updates live alongside the status icon, so text like "Ready" or "Cat sensor timing" no longer lags behind on dashboards left open in the browser.
Entity Suggestions
In HA 2026+ if you select a LR entity the LR card will be suggested.
- chore: bumps version to 0.5.0 by @gh-action-bump-version
- add robot cleaning reminder by @warmfire540
- chore: yarn (deps): bump @babel/core from 7.29.0 to 7.29.7 (#36) by @dependabot[bot]
- statistics graph for cat weight too by @warmfire540
- history graph for cat weight - thanks @adude007! by @warmfire540
- status update live and entity suggestions - thanks @eviljacquiooh! by @warmfire540
- chore: yarn (deps): bump the all-dependencies group with 6 updates (#33) by @dependabot[bot]
- chore: yarn (deps-dev): bump @types/node in the all-dependencies group (#31) by @dependabot[bot]
- more info info from hass lib by @warmfire540
What's Changed
- chore: yarn (deps-dev): bump @types/node from 25.9.1 to 25.9.2 in the all-dependencies group by @dependabot[bot] in #31
- chore: yarn (deps): bump the all-dependencies group with 6 updates by @dependabot[bot] in #33
- chore: yarn (deps): bump @babel/core from 7.29.0 to 7.29.7 by @dependabot[bot] in #36
- Pet Weight Graph, Cleaning Reminders, Status Sync Fix & Entity Suggestions 🐟🥔 by @warmfire540 in #35
Full Changelog: 0.4.0...0.5.0



