Scheduler Card Versions Save

HA Lovelace card for control of scheduler entities

v2.2.1

2 years ago
  • 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

2 years ago

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

2 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

3 years ago

⚠️ 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

3 years ago
  • 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

v2.0.4

3 years ago
  • Fixed a bug causing conditions list to not show up when editing a time scheme schedule
  • Fixed a bug causing the UI card editor to disappear in some cases
  • Added support for conditions with input_select entities

v2.0.3

3 years ago
  • Fixed a bug which causes the card to freeze if a timeslots with zero duration are configured
    • Add protections to avoid the ability to configure timeslots with zero duration
  • Updated the card UI editor mode to include entities/domains which can be used for conditions, and add switches for selecting entire domain
  • Fixed an error caused by the refreshing of the card when a non-admin user is viewing it
    • Add workaround for refreshing of the card for non-admin users
    • Remove the option for non-admin users to make changes to the schedules
  • Add support for creating conditions with group and device_tracker entities
  • Small improvements to the styling of the card