mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix argument name in async_update_ha_state warning message (#113969)
Fixed warning message using async_update_ha_state
This commit is contained in:
parent
5f5d40ed52
commit
b2cab70cc0
@ -957,7 +957,7 @@ class Entity(
|
||||
_LOGGER.warning(
|
||||
(
|
||||
"Entity %s (%s) is using self.async_update_ha_state(), without"
|
||||
" enabling force_update. Instead it should use"
|
||||
" enabling force_refresh. Instead it should use"
|
||||
" self.async_write_ha_state(), please %s"
|
||||
),
|
||||
self.entity_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user