You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of homeassistant 2008.7 (I think) this error is appearing in the logs:
(<class 'custom_components.wasp_sensor.binary_sensor.WaspBinarySensor'>) 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.
The text was updated successfully, but these errors were encountered:
matthewhadley
changed the title
(<class 'custom_components.wasp_sensor.binary_sensor.WaspBinarySensor'>) is using self.async_update_ha_state()
class 'custom_components.wasp_sensor.binary_sensor.WaspBinarySensor' is using self.async_update_ha_state()
Aug 15, 2023
As of homeassistant 2008.7 (I think) this error is appearing in the logs:
The text was updated successfully, but these errors were encountered: