Skip to content

Releases: nielsfaber/scheduler-card

v1.5.0

28 Sep 15:18
Compare
Choose a tag to compare
  • Improved standard configuration with extra domains (script, scene, vacuum, media_player, input_boolean, input_number and input_select)
  • Added option to hide domains
  • Improved the detection of device capabilities
  • Added UI for making a selection from list of options when defining action (list action variables)
  • Improved the updating of the card (responsiveness)
  • Fixed a bug causing title to mix when having multiple cards
  • Removed the option to add or delete schedules when the user has no admin-permissions

v1.4.2

23 Sep 14:00
Compare
Choose a tag to compare
  • Add script for loading slider and checkbox elements from HA
  • Improved the refreshing of the card when a schedule has changed
  • Fixed a bug causing action names of schedules to have the wrong formatting

v1.4.1

22 Sep 20:19
Compare
Choose a tag to compare
  • Revert to normal checkbox (temporary fix)

v1.4.0

22 Sep 19:31
Compare
Choose a tag to compare
  • Fix bug causing slider / checkbox to disappear on HA 0.115
  • Implement alternative way of detecting language without cache
  • Add estonian language
  • Various changes in preparation for timeslot editor (coming soon)

v1.3.3

21 Sep 07:03
Compare
Choose a tag to compare
  • Fixed a bug causing the enable/disable switches to be not clickable

v1.3.2

19 Sep 16:11
Compare
Choose a tag to compare
  • Fix bug with set_position action for cover getting out of range
  • Add mouseover effect for overview page
  • Allow decimal input for action variables

v1.3.1

19 Sep 10:19
Compare
Choose a tag to compare
  • Fixed a bug where sliders with percentage would not be shown correctly
  • Add set_position action for cover domain in standard configuration

v1.3.0

19 Sep 08:47
Compare
Choose a tag to compare
  • Add a workaround for detecting language when it is not stored in cache
  • Add option to timepicker to change between fixed time and offset w.r.t. sunrise/sunset
  • Add card option step_size to define step size for timepicker
  • Add card option am_pm to display time in 12-hour format
  • Add hungarian and portuguese languages

Breaking changes:

  • Renamed card option standardConfiguration -> standard_configuration for naming consistency (snake_case)
  • Renamed card option discoverExisting -> discover_existing for naming consistency (snake_case)
  • Renamed option for action variables showPercentage -> show_percentage for naming consistency (snake_case)
  • More strict configuration validation (don't allow excessive parameters) to help detecting the breaking changes

v1.2.8

15 Sep 15:53
Compare
Choose a tag to compare
  • Added Russian translation
  • Added Norwegian translation
  • Added Spanish translation
  • Added option to change the title of the card
  • Added display of the current value for action variable

v1.2.7

05 Sep 16:36
Compare
Choose a tag to compare
  • Solved bug involving actions with service format as domain.service leads to duplicate entities
  • Card checks if a light is dimmable, if not then the brightness option is removed