Skip to content

0.2.0 - Gauge Percentages, Cycle Count, Reset Buttons, Panel Lockout 🥉🦙

Choose a tag to compare

@github-actions github-actions released this 19 May 02:53

Gauge percentage labels

You can show litter and waste fill levels as percentages on the gauge labels by adding features: [percentage] to your card config

percentages

type: custom:whisker-card
device_id: YOUR_DEVICE_ID
features:
  - percentage

See the configuration docs in the README.

Total cycle count

When the Total cycles diagnostic entity is enabled for your robot in Home Assistant, the card shows the count in the footer alongside last seen

image

Reset waste drawer button

When the Reset waste drawer entity is enabled for your robot, a third quick-action button appears on the status panel (mdi:delete-variant, same as in Home Assistant)

Panel lockout in controls menu

When the Panel lockout switch entity is enabled for your robot, it appears in the controls menu dialog as a native entity row

image

What's Changed

  • chore: yarn (deps-dev): bump the all-dependencies group with 2 updates by @dependabot[bot] in #11
  • chore: yarn (deps-dev): bump jsdom from 29.0.2 to 29.1.1 in the all-dependencies group by @dependabot[bot] in #13
  • chore: yarn (deps): bump the all-dependencies group with 2 updates by @dependabot[bot] in #17
  • chore: yarn (deps-dev): bump sinon from 21.1.2 to 22.0.0 by @dependabot[bot] in #14
  • Gauge Percentages, Cycle Count, Reset Buttons, Panel Lockout 🥉🦙 by @warmfire540 in #18

Full Changelog: 0.1.0...0.2.0