Automation entity id does not rename anymore based on alias

Example automation:

- id: '011'
  alias: Toilet door open > Toilet lamp toggle off
  trigger:

This results in entity id automation.toilet_door_open_toilet_lamp_toggle_off

Before 0.105 you could change the alias, and this would automatically change the entity id. In other words, alias and entity_id were in sync.

After 0.105 this sync is gone. At least, this only applies when you are using ‘id’, which I do/did.

I guess ‘the sync’ is impossible from now on?

Bumper de bump