0.2.0 - Gauge Percentages, Cycle Count, Reset Buttons, Panel Lockout 🥉🦙
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
type: custom:whisker-card
device_id: YOUR_DEVICE_ID
features:
- percentageSee 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
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
- chore: bumps version to 0.2.0 by @gh-action-bump-version
- panel lockout in menu by @warmfire540
- reset waste drawer button by @warmfire540
- add total cycles by @warmfire540
- add percentages to gauge - thanks reddit! by @warmfire540
- chore: yarn (deps-dev): bump sinon from 21.1.2 to 22.0.0 (#14) by @dependabot[bot]
- documentation updates by @warmfire540
- chore: yarn (deps): bump the all-dependencies group with 2 updates (#17) by @dependabot[bot]
- chore: yarn (deps-dev): bump jsdom in the all-dependencies group (#13) by @dependabot[bot]
- chore: yarn (deps-dev): bump the all-dependencies group with 2 updates (#11) by @dependabot[bot]
- no html md by @warmfire540
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
