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