Fix consider-using-tuple pylint warnings in core tests (#119463)
This commit is contained in:
parent
10b32e6a24
commit
abb8c58b87
51 changed files with 128 additions and 128 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue