Skip to content

Releases: nielsfaber/scheduler-card

v2.3.0

10 Dec 09:48
Compare
Choose a tag to compare

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 and humidifier platforms
  • Fixed a bug in numeric slider related to fractional numbers

v2.2.2

10 Nov 18:17
Compare
Choose a tag to compare
  • Fixes icon buttons which disappeared in HA 2021.11 update.

v2.2.1

22 Oct 18:33
Compare
Choose a tag to compare
  • 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

10 Sep 07:18
Compare
Choose a tag to compare

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

19 Jun 05:57
Compare
Choose a tag to compare
  • 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

13 May 19:22
Compare
Choose a tag to compare
  • 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

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

01 May 05:57
Compare
Choose a tag to compare
  • 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

29 Apr 19:38
38c1ff3
Compare
Choose a tag to compare

⚠️ Breaking changes:

  • In customize, the declaration variable was renamed to variables, 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

21 Jan 16:04
Compare
Choose a tag to compare
  • 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