Clean up Shelly unneccesary async_block_till_done calls (#118141)
This commit is contained in:
parent
d4a95b3735
commit
ecd48cc447
5 changed files with 0 additions and 8 deletions
|
@ -618,7 +618,6 @@ async def test_rpc_sleeping_update_entity_service(
|
|||
service_data={ATTR_ENTITY_ID: entity_id},
|
||||
blocking=True,
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
# Entity should be available after update_entity service call
|
||||
state = hass.states.get(entity_id)
|
||||
|
@ -667,7 +666,6 @@ async def test_block_sleeping_update_entity_service(
|
|||
service_data={ATTR_ENTITY_ID: entity_id},
|
||||
blocking=True,
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
# Entity should be available after update_entity service call
|
||||
state = hass.states.get(entity_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue