mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 20:04:35 +02:00
Fix F602 key repeated (#84531)
This commit is contained in:
@@ -258,7 +258,6 @@ async def test_get_trigger_capabilities(hass: HomeAssistant) -> None:
|
||||
"name": "for",
|
||||
"optional": True,
|
||||
"type": "positive_time_period_dict",
|
||||
"optional": True,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -288,6 +287,5 @@ async def test_get_trigger_capabilities(hass: HomeAssistant) -> None:
|
||||
"name": "for",
|
||||
"optional": True,
|
||||
"type": "positive_time_period_dict",
|
||||
"optional": True,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user