github bokub/rgb-light-card 1.12.0

latest release: 1.13.0
one month ago

Version Downloads

  • 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

Don't miss a new rgb-light-card release

NewReleases is sending notifications on new releases.