Fix consider-using-tuple pylint warnings in core tests (#119463)

This commit is contained in:
epenet 2024-06-12 12:35:01 +02:00 committed by GitHub
parent 10b32e6a24
commit abb8c58b87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 128 additions and 128 deletions

View file

@ -139,7 +139,7 @@ async def test_get_conditions_hidden_auxiliary(
"entity_id": entity_entry.id,
"metadata": {"secondary": True},
}
for condition in ["is_hvac_mode"]
for condition in ("is_hvac_mode",)
]
conditions = await async_get_device_automations(
hass, DeviceAutomationType.CONDITION, device_entry.id