TECH7Fox / asterisk-hass-integration

Asterisk integration for Home Assistant
57 stars 13 forks source link

Use `async_write_ha_state instead` of `async_update_ha_state` #77

Closed TECH7Fox closed 1 year ago

TECH7Fox commented 1 year ago
Entity binary_sensor.102_registered (<class 'custom_components.asterisk.extension.RegisteredSensor'>) 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.