Skip to content

Releases: berrywhite96/lovelace-shutter-row

v0.3.6

24 Jan 18:11
Compare
Choose a tag to compare

πŸ› οΈ Small new feature & slider tooltip fix

πŸ†• New features

  • Added ignore_state which always enables moving buttons regardless of entity state

πŸ“ Other changes

  • Fixed missing tooltip on slider on newer HA releases #29

v0.3.5

19 May 14:25
Compare
Choose a tag to compare

πŸ”§ Compatibility fix

  • Fixed active color icon for newer HA versions

v0.3.4

22 Apr 22:31
Compare
Choose a tag to compare

πŸ”§ Compatibility fix

  • Fixed cover state localization for HA 2023.4 and later

v0.3.3

19 Mar 16:25
Compare
Choose a tag to compare

πŸ”§ Hotfix

πŸ“ Changes

  • Fixed custom entity icon #23
  • Fixed element alignment

v0.3.2

12 Mar 20:17
Compare
Choose a tag to compare

πŸ”§ Hotfix

πŸ“ Changes

  • Added action configuration for preset buttons to UI config., all features should be now configurable in the UI

v0.3.1

12 Mar 19:56
Compare
Choose a tag to compare

πŸ”§ Bug fixes

⚠️ Change in future versions

In current Home Assistant versions the config key service_data was changed to data for the action config attribute. In this version v0.3.1 both dataand service_data attributes are supported. But service_data is now deprecated and could be removed in the future.

πŸ“ Changes

  • Improved UI configuration
  • Replaced service_data with data in action configuration (#20)
  • Fixed move button custom action in UI configuration
  • Fixed defined service data in UI configuration (#20)
  • Fixed localization in UI configuration

v0.3.0

03 Mar 21:41
Compare
Choose a tag to compare

πŸ› οΈ More configuration

πŸ†• New features

  • Added group config to remove outer card styling (#7, #14)
  • Added config disable_position to disable position slider (#14)
  • Added rtl_position config, switches the direction of the position slider (#10)
  • Added moving and position based icons (#13)
  • Added custom action set-position
  • Added template feature for card title and position (#16)
  • Added UI card configuration

πŸ“ Other changes

  • Improved code quality
  • Removed unused dependencies

v0.2.2

15 Oct 14:10
Compare
Choose a tag to compare

Changelog

  • Changed the look of move buttons (#13)
  • Fixed behaviour of move buttons (#11)
  • Fixed too long entity label
  • Removed state_confidence config attribute introduced in v0.2.1 (as it's not necessary anymore with this release)
  • Code cleanup

v0.2.1

02 Oct 22:19
Compare
Choose a tag to compare

Changelog

  • Add config attribute state_confidence, which can be disabled to ignore state checks (#11)
  • Improved code quality

v0.2.0

30 Sep 18:46
Compare
Choose a tag to compare

πŸ₯³ Big Update

About one month after initial release I wanted to release v0.2.0 with many new features.

⛔️ Important

The functionality of invert_position config attribute changed, it's inverting now the position value on the slider and also inverts the position label. The functionality before the update can be now configured with the new config attribute invert_position_label.

πŸ†• New features

  • Preset buttons: configure buttons below the slider for e.g. calling services
  • Slider value can be now inverted
  • Icon can be colored if entity is active
  • Move button functionality can be customized

πŸ“ Full Changelog

  • Added preset buttons with preset_buttons, look into README.md for structure
  • Added customizable functionality of the move up, stop and down buttons [#6]
  • Added state_color config attribute to enable icon coloring if entity is active
  • The config attribute invert_position moved to invert_position_label
  • Now invert_position inverts the position label and the value of the slider [#5]
  • Configured entity icon will be preferred before the state based icon [#3]
  • Fixed current moving state
  • Improved code quality