mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Mark new gate device class as 2FA (#33541)
This commit is contained in:
@@ -1532,7 +1532,8 @@ async def test_openclose_cover_no_position(hass):
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"device_class", (cover.DEVICE_CLASS_DOOR, cover.DEVICE_CLASS_GARAGE)
|
||||
"device_class",
|
||||
(cover.DEVICE_CLASS_DOOR, cover.DEVICE_CLASS_GARAGE, cover.DEVICE_CLASS_GATE),
|
||||
)
|
||||
async def test_openclose_cover_secure(hass, device_class):
|
||||
"""Test OpenClose trait support for cover domain."""
|
||||
|
||||
Reference in New Issue
Block a user