Releases: rianadon/opensprinkler-card
Releases · rianadon/opensprinkler-card
v1.13
This release solves the bug where the selection box for choosing an OpenSprinkler Device in the visual config page disappeared (#19).
v1.12
This release merges @cmccambridge's PR to display rain delay status when the rain delay is active. It will appear underneath the card title!
v1.11
I've updated the timer-bar-card dependency, since the latest Home Assistant version broke the progress bar display.
Any layout bugs should be fixed now.
v1.10
Some minor bug fixes for the extra_entities
options:
- If you put the controller enable switch or station enable switches in the
extra_entities
section, they will now show up as toggle switches and work correctly.
- If you add a misspelled entity id to
extra_entities
, the card will now warn you.
v1.9
Small but important bugfix: disabling OpenSprinkler entities in Home Assistant no longer breaks the card
v1.8
- Loosened entity id checks, so the card should work in setups with multiple OpenSprinklers
- Fixed a bug where the run button for a program doesn't work if you're using an
input_number
to control duration
- Added icon customization options!
v1.7
- Disabled programs will be hidden when using
hide_disabled
(thanks @vinteo!)
- The algorithm for finding entities is now more stable and less likely to fail if you've renamed your integration or entities (thanks again @vinteo!)
- New options for spacing entities further apart and removing buttons to make the card easier to use on touchscreens
v1.6
More card customization!
- You can add other entities besides stations to the card (thanks @vinteo!)
- You can add headings too
- The bundle size is now smaller, thanks to me no longer using 2 different versions of
lit
v1.5
Better translations (for the idle state; stuff like manual, run-once, etc are still not translated yet...) and RTL support!
v1.4
- BUGFIX: Setting custom runtime durations via
input_number
works (again?). Sorry it wasn't before.
- Added an option to set the card icon. Because that's something I should've done much earlier.