Skip to content

v0.2.0

Compare
Choose a tag to compare
@berrywhite96 berrywhite96 released this 30 Sep 18:46
· 25 commits to main since this release

🥳 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