Miicroo/ha-birthdays

async_update_ha_state warning

Closed this issue · 1 comments

With HA version 2023.5.0 you will get the following warning in the log...

2023-05-04 09:03:49.924 WARNING (MainThread) [homeassistant.helpers.entity] Entity birthdays.xxx(<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.
2023-05-04 09:03:49.925 WARNING (MainThread) [homeassistant.helpers.entity] Entity birthdays.yyy(<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.

Fixed on master branch now, thanks for reporting!