github danielperna84/custom_homematic 0.9.1

latest releases: 1.70.0, 1.70.0b0, 1.69.0...
2 years ago

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

Don't miss a new custom_homematic release

NewReleases is sending notifications on new releases.