hristo-atanasov/Tasmota-IRHVAC

Home Assistant Update Integration Error (Warnning of async_update_ha_state())

ahmetem opened this issue · 3 comments

Entity climate.klima (<class 'custom_components.tasmota_irhvac.climate.TasmotaIrhvac'>) 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.

@ahmetem Where do you get this message? What version of Home Assistant are you using? Also what MQTT broker are you using?

Home assistant core logs.
Home Assistant 2023.5.4
Supervisor 2023.04.1
Operating System 10.1
Mosquitto broker
Current version: 6.2.1 Add on (mosquitto to 2.0.15)

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:560
First occurred: 26 Mayıs 2023 00:55:08 (1 occurrences)
Last logged: 26 Mayıs 2023 00:55:08
Log:
Entity climate.klima (<class 'custom_components.tasmota_irhvac.climate.TasmotaIrhvac'>) 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.

@hristo-atanasov I made a PR #110, Please check it.