mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user