Releases: nielsfaber/scheduler-card
v2.4.0
The structure of the card has been changed completely.
Instead of replacing the content in the card, there is now a separate dialog (with multiple tabs) for creating schedules.
I'm pretty happy with how this experiment turned out, hope everyone likes it.
v2.3.9
Duplicate of v2.3.8 (no changes).
Multiple users reported issues with upgrading to v2.3.8 using HACS, I'm hoping this release will solve this.
v2.3.8
Changes:
- Force time-picker css to always use LTR direction (thanks @shlomki !)
- Show 'more info' dialog when clicking on icon next to a schedule in the list
- Remove checking for supported_feature property for climate entities when determining supported actions for temperature regulation
- Improved brazilian translation (thanks @gtjadsonsantos !)
- Improve detection of customize actions for cases where service_data contains nested data
- Fix missing text in confirmation dialog when deleting schedule
- Fix capitalization of sunrise/sunset texts in german language
v2.3.7
Changes:
- Fixed a bug introduced in HA 2022.9 causing settings in the card to be reverted every few seconds while making changes.
- Added Slovenian translation (thanks @Protoncek !)
v2.3.6
- Fix issues with displaying translations for sunrise / sunset with offset time
- Add support for button integration
- Fix alignment issues with time picker in HA 2022.8
- Update german translation (thanks @boarder876 !)
- Fix an issue with displaying description for actions containing variables
v2.3.5
Bugfixes:
- Fixed a bug in the time scheme editor causing potential browser freeze/crash (thanks @nobodyguy !)
- Fixed issue with dropdown menu for selecting tags after changes in latest HA version
- Fixed Brazilian translation (thanks @LeandroIssa !)
Improvements/new features:
- Start the time picker on the current time instead of 12:00
- Allow user to manually edit the hours/minutes in the time picker
- Improve display of defective/corrupted schedules
- Add support for processing multiple wildcards in action name
- Added Finnish translation (thanks @RamikySPK !)
- Add support for
exclude_tags
to exclude items with certain tag from the card - Automatically assign
enabled
/disabled
tags to schedules based on their switch state - Show a dialog to ask user for re-enabling a disabled schedule after making changes to it
v2.3.4
Important
This version contains changes which were made for compatibility with HA 2022.3. These changes are not backwards compatible with older HA versions, so only update the card in case you are running up-to-date HA version as well.
Changes:
- Updated several elements (textfields, dropdown lists, etc.) for compatibility with HA 2022.3. See more info here.
- Fixed a bug causing changes in the time picker to be not stored correctly (switching sunrise/sunset, am/pm, ...)
- Fixed a bug causing conditions which were manually assigned via textfield not to be displayed correctly
v2.3.3
- fix support for group entities in conditions (bug introduced by v.2.3.1)
- fix issue with saving schedule after deleting conditions (bug introduced by v.2.3.1)
- Improve support for conditions for person entities (list zones)
v2.3.2
- bug fix: eliminate duplicate 'turn on' action for dimmable
light
entities - bug fix: restore support for
scene
entities - bug fix: allow value '0' in numeric conditions (second fix attempt)
- add support for
number
entities (in actions + conditions)
v2.3.1
Improvements:
- Allow sorting of schedules list by name/state (through
sort_by
parameter) - Made several improvements to built-in support for actions
- Added
set_fan_mode
action forclimate
entities - Automatically turn on disabled schedule after editing if changes are made
- Added support for
calendar
andnumber
in conditions - Hide groups with only condition entities when defining new schedule
Bugfixes:
- Fixed a bug causing conditions to be lost when adding extra timeslots to an existing schedule
- Allow value '0' when creating a numeric condition
- Fixed a bug causing header toggle to enable/disable schedules not in list