Releases: nielsfaber/scheduler-card
Releases · nielsfaber/scheduler-card
v4.0.5
Changes:
- improve german translations (thanks @V4n1X !)
- improve handling of manually entered start/stop times in scheme editor
- fix filtering by search term in action selection dialog
- various improvements to handling of custom actions
- improve handling of html tags and wildcards when displaying action name
v4.0.4
- fix bug causing numeric conditions not to be saved (thanks @devRoemer !)
- fix bug causing dropdown option lists to not be displayed (thanks @devRoemer !)
- fix bug causing incorrect error message about connection with the scheduler-component
- update slovakian translation (thanks @jose1711 !)
- fix temperature unit for
water_heater
entities - fix filtering of
script
andnotify
entities
v4.0.3
- Fix missing actions for
humidifier
entities - Fix missing service_data parameters for
climate
entities (and maybe others)
v4.0.2
Changes in this release:
- Fix support for
lawn_mower
entities - Fix bug causing wrong viewing mode to be displayed when re-opening editor dialog
- Fix support for boolean type selectors
- Fix assignment of service_data via
customize
and handling/validation of optional parameters - Fix wrong am/pm conversion at 12 hours
- Set start time at noon when creating new single timer schedule
- Fix rounding issues of numeric service parameters
- Revert support for html tags in
display_options
- Fix notation of weekday display in overview list
v4.0.1
Changes in this release:
- Ensure correct timeslot is displayed when editing an existing schedule in single mode
- Fix support for
show_add_button
configuration option - Add backend diagnostics checks
- Fix correct display of schedule names in overview list
- Fix support for
display_option.icon
configuration option - Improve display and handling of
script
andnotify
actions - Fix support for using custom entity icon through
customize
configuration option - Fix filtering using single
tags
input
v4.0.0
Warning: this release contains many changes!
The card offers the same functionality as before, but the schedule editor UI has been updated to be more inline with the frontend of HA and provides better maintainability/compatibility.
Since a lot of code has been changed for this release, there might be some unintentional issues (bugs).
If you experience any problem, please create an issue to report this.
Instructions for reverting to V3.2.15:
- Navigate to the page for scheduler-card in HACS.
- Click on the three dots icon top right of the page.
- Select Redownload.
- Choose version V3.2.15 from the dropdown list.
- Click Download.
v4.0.0.b5
Changes:
- fix buttons to be compatible with HA 2025.8 and onwards
- show translated texts + icons in dropdown box options
v4.0.0.b4
- Fixed a bug causing dropdown menu's to close directly after opening
- Fixed multiple bugs related to processing
customize
actions - Fixed UI bugs in conditions editor
v4.0.0.b3
Changes:
- Improve card translations
- Improve dropdown menus
- Various UI improvements and small bugfixes
v3.2.15
- Fixed menu tab bar for compatibility with HA 2025.5 and onwards