Set Z-Wave platforms fixture in helpers tests (#144472)

This commit is contained in:
Martin Hjelmare 2025-05-08 16:46:00 +02:00 committed by GitHub
parent 2fd678bb59
commit a1599d5f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,12 @@ from tests.common import MockConfigEntry
CONTROLLER_PATCH_PREFIX = "zwave_js_server.model.controller.Controller"
@pytest.fixture
def platforms() -> list[str]:
"""Fixture to specify platforms to test."""
return []
async def test_async_get_node_status_sensor_entity_id(
hass: HomeAssistant, device_registry: dr.DeviceRegistry
) -> None: