mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Set Z-Wave platforms fixture in helpers tests (#144472)
This commit is contained in:
parent
2fd678bb59
commit
a1599d5f7d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user