Miicroo/ha-birthdays

using self.async_update_ha_state()

Closed this issue · 2 comments

hvhol commented

Entity birthdays.lia (<class 'custom_components.birthdays.BirthdayEntity'>)
is using self.async_update_ha_state(), without enabling force_update. Instead it should use self.async_write_ha_state(),
please report it to the custom integration author.

RTS007 commented

+1

Fixed on master branch now, thanks for reporting!