Closed hvhol closed 1 year ago
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.
+1
Fixed on master branch now, thanks for reporting!
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.