VacuumZones icon indicating copy to clipboard operation
VacuumZones copied to clipboard

Warning after vacuum start

Open 67rinat opened this issue 2 years ago • 1 comments

Logger: homeassistant.helpers.entity Source: helpers/entity.py:738 First occurred: 13:55:29 (2 occurrences) Last logged: 13:55:29

Entity vacuum.spalnia (<class 'custom_components.vacuum_zones.vacuum.XiaomiVacuum'>) 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

67rinat avatar Oct 06 '23 10:10 67rinat

Такая же ошибка.

Заменил

await self.async_update_ha_state()

на

self.async_write_ha_state()

в /config/custom_components/vacuum_zones/vacuum.py и ошибка пропала

perfect-deform avatar Oct 07 '23 20:10 perfect-deform