Skip to content

Releases: wrodie/mixer-card

v0.1.14

04 Oct 06:47
8377143

Choose a tag to compare

Pretty big refactor. Broke code into more helper functions, split into different files. Better linting

Added Relative fader functionality. This means you can click a fader to select and then move your finger/mouse with being over the fader. It moves the fader the relative distance you moved, not just where you clicked.

v0.1.13

23 Aug 05:46

Choose a tag to compare

Fix Issue #19 - where volume not showing properly for media players
Add Max/Min value to #18 to have custom top and bottom limit

v0.1.12

14 Jun 05:36
c3b4fa5

Choose a tag to compare

Fix bug with new input_boolean support where it didn't work with invert_active set.

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

13 Jun 10:31
8e3d3d3

Choose a tag to compare

Add support for the mute button to call an input_boolean entity

v0.1.10

08 Jun 03:43
4d34e24

Choose a tag to compare

Fixed #14

v0.1.9

01 Jun 05:03

Choose a tag to compare

New Features

Card Configuration

-updateWhileMoving - underlying mixer is updated on mouse/fader movement not on release. This means that the mixer's fader will move in real-time with the on-screen fader.

  • alwaysShowFaderValue - the fader value will always show - even in the fader is muted

Fader Configuration

  • value_attribute - pull the value of the fader from an attribute of the fader entity
  • value_suffix - append a string (eg dB) to the value of the fader
  • thumb_color - overrides faderThumbColor for this fader only
  • track_color - overrides faderTrackColor for this fader only
  • active_color - overrides faderActiveColor for this fader only
  • inactive_color - overrides faderInactiveColor for this fader only

Other General code cleanup

Thanks to @Th00z for his contributions

v0.1.8

08 Mar 03:47
e3be68d

Choose a tag to compare

Added features and code cleanup

Issue 7 - handle min values properly so as the fader display properly handles percentages
Issue 6 - new config option to allow for fader active state to be inverted
Some code cleanup

v0.1.7

23 Mar 01:38
3539639

Choose a tag to compare

Initially this card supported only sensors with values between 0.0->1.0.
This update adds support for others such as 0->100 by reading the max value defined in the state.

v0.1.6

06 Mar 04:06
853cabe

Choose a tag to compare

Remove the hard-coded colour for the channel name, so the templates with different text colours are handled properly (eg dark mode).

v0.1.5

26 Jan 00:53

Choose a tag to compare

Minor HACS Validation changes