Skip to content

Releases: Miicroo/ha-birthdays

v1.2.0

10 Oct 13:58
6ee5534
Compare
Choose a tag to compare

Unit of measurement (day/days) is translated using the language set in the HomeAssistant instance. If no supported language is found, English is used

v1.1.0

08 Oct 21:00
dc1a4e5
Compare
Choose a tag to compare

Add the possibility to create your own attributes based on states and calculations. Perfect for those who want to have custom values in attributes, as an alternative to templated sensors

v1.0.0

09 Feb 08:32
a7dc7b9
Compare
Choose a tag to compare

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)