Releases: Miicroo/ha-birthdays
Releases · Miicroo/ha-birthdays
v1.2.0
v1.1.0
v1.0.0
v1.0.0
This repo hasn't had any real releases with versioning before, so starting that now to be able to add release notes.
Changes
#13 Add unique_id to all entities to be able to edit them from the UI. Thank you @Darknetzz for the PR!
Note:
This will break old entities. Since their previous unique_id is None, and their new one is not, HA will treat these as 2 different entities. Thus, birthdays.kalle
will become unavailable and instead there will be a birthdays.kalle_2
. I haven't found a way around this, so unfortunately it will have to be manually fixed by everyone who uses this integration (but since we can now do this through the UI it will hopefully be way faster)