hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
186 stars 64 forks source link

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

Closed ahmetem closed 1 year ago

ahmetem commented 1 year ago

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 commented 1 year ago

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

ahmetem commented 1 year ago

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.

nao-pon commented 1 year ago

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