Miicroo / ha-birthdays

Birthday integration for HomeAssistant
24 stars 8 forks source link

using self.async_update_ha_state() #9

Closed hvhol closed 1 year ago

hvhol commented 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.

RTS007 commented 1 year ago

+1

Miicroo commented 1 year ago

Fixed on master branch now, thanks for reporting!