Skip to content

0.9.1

Compare
Choose a tag to compare
@SukramJ SukramJ released this 30 Dec 15:50
· 878 commits to devel since this release
fca49e6

What's Changed

  • Make events translatable
    This is a breaking change for device triggers.
    Please check your automations and fix the device trigger.
  • Update blueprints

Breaking Change:

Make events translatable is a breaking change for device triggers.
Please check your automations and fix the device trigger.

To solve this breaking change:
open your automations.yml and search for e.g channel_

replace:
type: channel_1_short_press
by:
type: short_press
subtype: 1

Update other lines in a corresponding way

type: channel_2_long_press
->
type: long_press
subtype: 2

Update your blueprints.

Finally restart Home-Assistant.

Full Changelog: 0.9.0...0.9.1