From fdb183f7728d3be445a770747c6f0c7aa2b8fa5a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 27 Apr 2026 05:21:27 -0500 Subject: [PATCH] [climate] Add auto_mode to thermostat fixture so HEAT_COOL is supported --- tests/integration/fixtures/climate_control_action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/fixtures/climate_control_action.yaml b/tests/integration/fixtures/climate_control_action.yaml index f462465240..0fba8e2693 100644 --- a/tests/integration/fixtures/climate_control_action.yaml +++ b/tests/integration/fixtures/climate_control_action.yaml @@ -33,6 +33,8 @@ climate: - logger.log: idle cool_action: - logger.log: cooling + auto_mode: + - logger.log: auto preset: - name: Default default_target_temperature_low: 18 °C