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

Home assistant logs telling me to report this to the author of the integration #1071

Closed
andreamag00 opened this issue Jun 26, 2023 · 5 comments

Comments

@andreamag00
Copy link

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:

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:565
First occurred: 25 giugno 2023, 20:15:26 (1 occurrences)
Last logged: 25 giugno 2023, 20:15:26

Entity climate.aria_condizionata_app_9_camera_ale_mansarda_controllo_manuale (<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.

MY SYSTEM:

  • home assistant 2023.6.3 on a raspberry pi4
  • SmartIR 1.17.7 -> I'm using it with broadlink rm4 mini + daikin AC (code 1116)
@tariya-garker
Copy link

+1
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:565
First occurred: 17:27:35 (2 occurrences)
Last logged: 17:27:35

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.
Entity climate.toshiba (<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
Supervisor 2023.06.4
Operating System 10.2
on VM
SmartIR 1.17.7 -> broadlink rm4с mini

@gavinpbennett
Copy link

+1
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:701
First occurred: 15:39:43 (1 occurrences)
Last logged: 15:39:43

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
Supervisor 2023.07.1
HAOS 10.3
SmartIR 1.17.7 -> broadlink rm4с mini

@chx0003
Copy link

chx0003 commented Jul 6, 2023

This issue was already fixed, take a look at #1048
The code for solving it is already in there, why didn't you use that code as base for the new version?

@andreamag00
Copy link
Author

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
Source: helpers/entity.py:701
First occurred: 10:32:48 (2 occurrences)
Last logged: 10:32:48

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.
Entity climate.ac_app_9_camera_ale_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.
`

@Gobolin80
Copy link

+1

Same warning on HA 2023.7.*

`Logger: homeassistant.helpers.entity
Source: helpers/entity.py:701
First occurred: 17:21:35 (4 occurrences)
Last logged: 17:21:41

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.
Entity climate.condizionatore_sala (<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.
Entity climate.condizionatore_studio (<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.
Entity climate.condizionatore_camera_da_letto (<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.`

honcheng added a commit to honcheng/SmartIR that referenced this issue Sep 27, 2023
* 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants