rt400 / Jewish-Sabbaths-Holidays

Jewish Shabbat Yomtov and Holidays times and event
9 stars 1 forks source link

Warning in log #15

Closed felix63 closed 1 year ago

felix63 commented 1 year ago

Since latest version logs show warnings regarding your excellent integration

` Logger: homeassistant.helpers.entity Source: helpers/entity.py:554 First occurred: 00:40:43 (6 occurrences) Last logged: 00:40:43

Entity sensor.hebcal_is_shabbat (<class 'custom_components.hebcal.sensor.Hebcal'>) 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. Entity sensor.hebcal_parasha (<class 'custom_components.hebcal.sensor.Hebcal'>) 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. Entity sensor.hebcal_shabbat_entry (<class 'custom_components.hebcal.sensor.Hebcal'>) 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. Entity sensor.hebcal_event_name (<class 'custom_components.hebcal.sensor.Hebcal'>) 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. Entity sensor.hebcal_shabbat_came_out (<class 'custom_components.hebcal.sensor.Hebcal'>) 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. `

rt400 commented 1 year ago

It was fixed in this release