From d58af9c6487b59de5afb29c6673042309a6ac3eb Mon Sep 17 00:00:00 2001 From: Martin Tome Date: Thu, 29 Aug 2024 21:32:40 -0300 Subject: [PATCH] Add test for protocol philco_phs32 on heatpumpir platform --- tests/components/heatpumpir/test.esp32-ard.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/components/heatpumpir/test.esp32-ard.yaml b/tests/components/heatpumpir/test.esp32-ard.yaml index db3f81f6a0..20304dda9c 100644 --- a/tests/components/heatpumpir/test.esp32-ard.yaml +++ b/tests/components/heatpumpir/test.esp32-ard.yaml @@ -17,3 +17,10 @@ climate: name: HeatpumpIR Climate min_temperature: 18 max_temperature: 30 + - platform: heatpumpir + protocol: philco_phs32 + horizontal_default: auto + vertical_default: auto + name: HeatpumpIR Climate + min_temperature: 18 + max_temperature: 30 \ No newline at end of file