mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -61,7 +61,7 @@ async def setup_entry(hass, devices):
|
||||
@pytest.mark.parametrize(
|
||||
("event", "expected"),
|
||||
[
|
||||
[
|
||||
(
|
||||
EVENT_LIGHTING_1,
|
||||
[
|
||||
{"type": "command", "subtype": subtype}
|
||||
@@ -76,7 +76,7 @@ async def setup_entry(hass, devices):
|
||||
"Illegal command",
|
||||
]
|
||||
],
|
||||
]
|
||||
)
|
||||
],
|
||||
)
|
||||
async def test_get_triggers(
|
||||
|
||||
Reference in New Issue
Block a user