Clean up async_update_entity helper usage (#68641)

This commit is contained in:
Franck Nijhof
2022-03-25 23:22:58 +01:00
committed by GitHub
parent 53245c6523
commit d645e80ccd
23 changed files with 87 additions and 103 deletions

View File

@@ -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(