ESPHome quality improvements round 2 (#143613)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
J. Nick Koston
2025-04-24 09:51:33 -10:00
committed by GitHub
parent 39f3aa7e78
commit 3aa1c60fe3
16 changed files with 288 additions and 292 deletions

View File

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