Skip to content

Releases: rianadon/opensprinkler-card

v1.13

25 Nov 09:22
Compare
Choose a tag to compare

This release solves the bug where the selection box for choosing an OpenSprinkler Device in the visual config page disappeared (#19).

v1.12

09 Jul 18:00
Compare
Choose a tag to compare

This release merges @cmccambridge's PR to display rain delay status when the rain delay is active. It will appear underneath the card title!

image

v1.11

20 Dec 23:06
Compare
Choose a tag to compare

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

23 Jul 19:36
Compare
Choose a tag to compare

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

04 Jul 19:08
Compare
Choose a tag to compare

Small but important bugfix: disabling OpenSprinkler entities in Home Assistant no longer breaks the card

v1.8

28 Jun 03:23
Compare
Choose a tag to compare
  • 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

27 Jun 07:32
Compare
Choose a tag to compare
  • 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

25 Jun 20:10
Compare
Choose a tag to compare

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

24 Jun 21:35
Compare
Choose a tag to compare

Better translations (for the idle state; stuff like manual, run-once, etc are still not translated yet...) and RTL support!

v1.4

24 Jun 18:09
Compare
Choose a tag to compare
  • 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.