mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Clean up async_update_entity helper usage (#68641)
This commit is contained in:
@@ -280,7 +280,7 @@ async def test_entity_update(hass):
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
|
||||
with patch(
|
||||
"homeassistant.helpers.entity_component.async_update_entity",
|
||||
"homeassistant.components.homeassistant.async_update_entity",
|
||||
return_value=None,
|
||||
) as mock_update:
|
||||
await hass.services.async_call(
|
||||
|
||||
Reference in New Issue
Block a user