mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 18:24:44 -05:00
Bump python-roborock to 0.34.6 (#101147)
This commit is contained in:
@@ -27,7 +27,7 @@ async def test_update_success(
|
||||
# Ensure that the entity exist, as these test can pass even if there is no entity.
|
||||
assert hass.states.get(entity_id) is not None
|
||||
with patch(
|
||||
"homeassistant.components.roborock.coordinator.RoborockLocalClient.send_message"
|
||||
"homeassistant.components.roborock.coordinator.RoborockLocalClient._send_command"
|
||||
) as mock_send_message:
|
||||
await hass.services.async_call(
|
||||
"switch",
|
||||
|
||||
@@ -27,7 +27,7 @@ async def test_update_success(
|
||||
# Ensure that the entity exist, as these test can pass even if there is no entity.
|
||||
assert hass.states.get(entity_id) is not None
|
||||
with patch(
|
||||
"homeassistant.components.roborock.coordinator.RoborockLocalClient.send_message"
|
||||
"homeassistant.components.roborock.coordinator.RoborockLocalClient._send_command"
|
||||
) as mock_send_message:
|
||||
await hass.services.async_call(
|
||||
"time",
|
||||
|
||||
Reference in New Issue
Block a user