Fix class attributes and instance attributes mixing

This commit is contained in:
Jean-Marc Collin
2024-11-25 23:17:53 +00:00
parent 4488c6e55c
commit 5793700261
7 changed files with 47 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ logging.getLogger().setLevel(logging.DEBUG)
# @pytest.mark.parametrize("expected_lingering_tasks", [True])
# @pytest.mark.parametrize("expected_lingering_timers", [True])
# this test fails if run in // with the next because the underlying_valve_regulation is mixed. Don't know why
@pytest.mark.skip
# @pytest.mark.skip
async def test_over_climate_valve_mono(hass: HomeAssistant, skip_hass_states_get):
"""Test the normal full start of a thermostat in thermostat_over_climate type"""