Releases: berrywhite96/lovelace-shutter-row
Releases Β· berrywhite96/lovelace-shutter-row
v0.3.6
v0.3.5
π§ Compatibility fix
- Fixed active color icon for newer HA versions
v0.3.4
π§ Compatibility fix
- Fixed cover state localization for HA 2023.4 and later
v0.3.3
v0.3.2
π§ Hotfix
π Changes
- Added action configuration for preset buttons to UI config., all features should be now configurable in the UI
v0.3.1
π§ 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 data
and service_data
attributes are supported. But service_data
is now deprecated and could be removed in the future.
π Changes
v0.3.0
π οΈ 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
v0.2.1
v0.2.0
π₯³ 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 toinvert_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