-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home assistant logs telling me to report this to the author of the integration #1071
Comments
+1 Entity climate.mitsu (<class 'custom_components.smartir.climate.SmartIRClimate'>) 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. Home Assistant 2023.6.0 |
+1 Entity climate.master_bedroom_aircon (<class 'custom_components.smartir.climate.SmartIRClimate'>) 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. Home Assistant 2023.7.0 |
This issue was already fixed, take a look at #1048 |
I've just saw the old post.. But I still have this warning in my home assistant logs.. Hope they'll fix this in the next update `Logger: homeassistant.helpers.entity Entity climate.ac_app_9_camera_andrea_condizionatore (<class 'custom_components.smartir.climate.SmartIRClimate'>) 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. |
+1 Same warning on HA 2023.7.* `Logger: homeassistant.helpers.entity Entity climate.condizionatore_cucina (<class 'custom_components.smartir.climate.SmartIRClimate'>) 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. |
* smartHomeHub-master: Fix self.async_update_ha_state() smartHomeHub#1071 Update 1029.json (smartHomeHub#1075) Updated Codes for Daikin FTXV35AV1B AC Unit (1113.json) (smartHomeHub#1086) feat: add tadiran tac-297 support (smartHomeHub#1088) feat: add torando master 35 control codes (smartHomeHub#1097) Update CLIMATE.md Added Tornado VRF BOX (smartHomeHub#1091) climate: Add support for Mitsubishi Electric MLZ-KP series ACs (smartHomeHub#1105) Fix 1185.json syntax + add support for YAP1F2. Fixes smartHomeHub#1123 (smartHomeHub#1125) Update FAN.md
Hi!
I've found the following alert in my home assistant logs, telling me to report it to the author of the integration.
Thank you very much.
Andrea
LOGS:
MY SYSTEM:
The text was updated successfully, but these errors were encountered: