Releases: nielsfaber/scheduler-card
Releases · nielsfaber/scheduler-card
v2.3.0
Breaking changes
- If a name is assigned to a schedule, it will now be used in the list overview of the card (can be changed via display_options)
- Scheduler-component must be updated to
v3.2.4
or higher for using the option 're-evaluate schedule when conditions change'
Other changes:
- Improved the UI editor of the card (splitted in 2 tabs), added option to change the displayed properties in the overview page
- Replaced the date-picker (for assigning date period) with a different version, which significantly reduces the size of the code
- Improved timeslot editor
- Add support for setting time based on sunrise/sunset in the timeslot editor (by clicking the markers)
- Add support to re-trigger schedules when the conditions change
- Improved support for
water_heater
andhumidifier
platforms - Fixed a bug in numeric slider related to fractional numbers
v2.2.2
- Fixes icon buttons which disappeared in HA 2021.11 update.
v2.2.1
- Add support for
select
entities (see docs) - Thanks @Philippe12 ! - Fix display of remaining time to next trigger, which was broken due in HA 2021.10 release
- Updated italian translations - Thanks @cristianlivella !
- Fixed a bug which causes entities for usage with conditions (such as sensors/binary_sensors) to not show up in the card editor
v2.2.0
Breaking changes:
- The websocket communication with the scheduler-component has been changed to allow non-administrator users to operate the card.
The scheduler-component must be updated to v3.2.0+ in order for this version of the card to work.
Other changes:
- Added chinese translation (thanks @whxciotw !)
- Added support for displaying time format as configured by HA user account setting
- Fixed a bug causing fractional values defined with the slider (such as temperature) to be saved as rounded values.
- Added support for assigning tags to schedules+cards
- Added support for supported_color_modes for light entities (instead of supported_features)
- Improved behaviour when switching entities when editing an existing schedule (scheduler-card now tries to keep the timeslot configuration intact if this is possible).
- Added support for assigning date period to schedules
v2.1.4
- update support for
humidifier
platform - add
scale_factor
option for level variable - fix a bug causing schedule entities to show up in entity list for new schedule
- fix problems with displaying selected action for a selected timeslot in the time scheme edidtor
- improve the display of available compare types for conditions using sensor entities
- fix a bug causing conditions to not be applied to an added timeslot when editing existing time scheme
v2.1.3
- Fixed multiple bugs related to customized actions
- Improve computation of possible actions for entity groups
- Improve functionality for defining own states for conditions
- Update norwegian translation
v2.1.2
- Fixed bug causing card to crash after clicking "ADD" button if custom groups are configured
- Fixed some bugs involving customized actions to not show up correctly in the card
- Fixed a bug causing variable options to not show up when defining a schedule for multiple entities
- Implement new fan services set_percentage, set_preset_mode
v2.1.1
- Fixed a bug causing some schedules to show up wrong in the overview page"
- Fixed a bug preventing user to choose an action when creating a schedule if the card only has 1 group"
- Fixed a bug causing the card to not be refreshed when the discover_existing option is changed through the UI editor
v2.1.0
- In
customize
, the declarationvariable
was renamed tovariables
, to allow for multiple definitions.
See here for an example on how to use it.
All changes:
- Added hebrew and slovak translations
- Added support for using multiple variables in an action
- Added support for turning on/off automations via scheduler
- Fixed rounding errors in the slider component
- Improve the detection of local time/date
- Fixed a bug causing schedules to appear under 'switches' when creating a new schedule
- Fixed translation for sunset/sunrise text in the overview page
- Prevent setting the hvac_mode for a climate device if the device only has 1 hvac_mode
- Code cleanup
- Add notify platform to scheduler
- Added option for hinding the 'add' button
- Added support for the heat_cool action of climate domain
v2.0.5
- Improved robustness of time scheme editor to prevent overlapping of timeslots
- Improved support for creating conditions with numerical entity values (
sensor
,proximity
,input_number
). - Added support for setting tilt level for covers