mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
ESPHome quality improvements round 2 (#143613)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -221,9 +221,6 @@ async def test_entities_removed_after_reload(
|
||||
unique_id="my_binary_sensor",
|
||||
),
|
||||
]
|
||||
states = [
|
||||
BinarySensorState(key=1, state=True, missing_state=False),
|
||||
]
|
||||
mock_device.client.list_entities_services = AsyncMock(
|
||||
return_value=(entity_info, user_service)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user