mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix tesla_fleet climate temp high/low test (#126631)
This commit is contained in:
parent
e15be0433e
commit
d06d0a8f83
@ -418,7 +418,7 @@ async def test_climate_noscope(
|
||||
|
||||
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
|
||||
@pytest.mark.parametrize(
|
||||
("entity_id", "high", "low"),
|
||||
("entity_id", "low", "high"),
|
||||
[
|
||||
("climate.test_climate", 16, 28),
|
||||
("climate.test_cabin_overheat_protection", 30, 40),
|
||||
|
Loading…
x
Reference in New Issue
Block a user