From 9089cc968ebb0148b4d10c58b318870526e70937 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 27 Apr 2026 05:42:18 -0500 Subject: [PATCH] [climate] Use heat_cool_mode (not auto_mode) to enable HEAT_COOL in test fixture --- tests/integration/fixtures/climate_control_action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/fixtures/climate_control_action.yaml b/tests/integration/fixtures/climate_control_action.yaml index 0fba8e2693..596151ea51 100644 --- a/tests/integration/fixtures/climate_control_action.yaml +++ b/tests/integration/fixtures/climate_control_action.yaml @@ -33,8 +33,8 @@ climate: - logger.log: idle cool_action: - logger.log: cooling - auto_mode: - - logger.log: auto + heat_cool_mode: + - logger.log: heat_cool preset: - name: Default default_target_temperature_low: 18 °C