Skip to content

1.12.0

Compare
Choose a tag to compare
@bokub bokub released this 12 Sep 09:09
· 7 commits to master since this release
  • 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