Fix tesla_fleet climate temp high/low test (#126631)

This commit is contained in:
G Johansson 2024-09-24 14:56:46 +02:00 committed by GitHub
parent e15be0433e
commit d06d0a8f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),