Skip to content

Releases: bokub/rgb-light-card

1.13.0

19 Sep 13:32
Compare
Choose a tag to compare
  • RGB Light Card can now be added inside a Tile card 🥳
    Read the documentation for more information

Version Downloads Donate

1.12.0

12 Sep 09:09
Compare
Choose a tag to compare
  • Because "services" are now called "actions" in Home Assistant, I changed the documentation and the configuration syntax for colors that perform actions.
    N.B: the old syntax will continue working, it is just not documented anymore
    # Old syntax (still working)
    - type: call-service
      service: script.turn_on
      service_data:
          entity_id: script.night_mode
    
    # New syntax
    - type: action
      action: script.turn_on
      data:
          entity_id: script.night_mode
  • Clicking on colors now trigger a haptic feedback on compatible phones 🎉 (fixes #29)
  • Remove support for old configurations deprecated since version 1.4.0 (Feb 2020)
    This means using type: scene or type: script will now display an error

Version Downloads

1.11.0

08 Mar 13:13
abb7c78
Compare
Choose a tag to compare
  • Enable automatic icon colors for rgbw_color, rgbww_color, brightness and brightness_pct (fixes #53)

Version Downloads

1.10.0

06 Oct 10:05
Compare
Choose a tag to compare
  • Auto-color icon when using xy_color (fixes #37)

Version Downloads

1.9.0

26 Apr 08:21
Compare
Choose a tag to compare
  • Add a sample card configuration to Lovelace card picker (fixes #33 & #40)


Version Downloads

1.8.0

21 Apr 08:59
Compare
Choose a tag to compare
  • Hide icons when state is unavailable and hide_when_off is enabled (fixes #34 and #41)


Version Downloads

1.7.1

11 Oct 16:29
Compare
Choose a tag to compare
  • Add label and label_size options (#26)

Dark label examples


Version Downloads

1.6.0

13 Mar 16:09
Compare
Choose a tag to compare
  • Add hide_when_off option

Hide when off

1.5.0

22 Feb 15:38
Compare
Choose a tag to compare
  • Automatic icon color when color_temp or kelvin is defined in a color

screenshot

1.4.1

20 Feb 22:37
Compare
Choose a tag to compare
  • Fix problems brought by version 1.4.0