Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #108 use async_write_ha_state() #110

Merged
merged 1 commit into from
May 31, 2023

Conversation

nao-pon
Copy link
Collaborator

@nao-pon nao-pon commented May 29, 2023

(<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()

> (<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()
Copy link
Owner

@hristo-atanasov hristo-atanasov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect and works perfect for me ..

@hristo-atanasov hristo-atanasov merged commit 70fa6f3 into hristo-atanasov:master May 31, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants