mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Patch Z-Wave platforms in climate tests (#141204)
This commit is contained in:
parent
798ee60ae5
commit
34504f45a5
@ -42,6 +42,7 @@ from homeassistant.const import (
|
||||
ATTR_TEMPERATURE,
|
||||
SERVICE_TURN_OFF,
|
||||
SERVICE_TURN_ON,
|
||||
Platform,
|
||||
)
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import ServiceValidationError
|
||||
@ -56,6 +57,12 @@ from .common import (
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def platforms() -> list[str]:
|
||||
"""Fixture to specify platforms to test."""
|
||||
return [Platform.CLIMATE]
|
||||
|
||||
|
||||
async def test_thermostat_v2(
|
||||
hass: HomeAssistant,
|
||||
client,
|
||||
|
Loading…
x
Reference in New Issue
Block a user