From b1e9e5e28bec688a0b7e32b6588081c394cc201b Mon Sep 17 00:00:00 2001 From: ElVit <54866762+ElVit@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:57:09 +0100 Subject: [PATCH] Update test_panasonic_heatpump.yml --- .github/workflows/test_panasonic_heatpump.yml | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test_panasonic_heatpump.yml b/.github/workflows/test_panasonic_heatpump.yml index 4c950f5..18eadb0 100644 --- a/.github/workflows/test_panasonic_heatpump.yml +++ b/.github/workflows/test_panasonic_heatpump.yml @@ -204,7 +204,7 @@ jobs: esphome config tests/panasonic_heatpump/test_panasonic_minimal.yaml test-multiconf: - name: Test Multiple Instances + name: Test Full Configuration runs-on: ubuntu-latest timeout-minutes: 15 steps: @@ -221,7 +221,7 @@ jobs: pip install --upgrade pip pip install esphome - - name: Create multi-instance test config + - name: Create full feature test config run: | cat > tests/panasonic_heatpump/test_panasonic_multi.yaml << 'EOF' esp32: @@ -253,25 +253,17 @@ jobs: parity: EVEN panasonic_heatpump: - - id: hp1 - uart_id: uart_hp1 - update_interval: 3s - - id: hp2 - uart_id: uart_hp2 - update_interval: 5s + id: hp1 + uart_id: uart_hp1 + update_interval: 3s sensor: - platform: panasonic_heatpump - panasonic_heatpump_id: hp1 top1: name: "HP1 Pump Flow" - - platform: panasonic_heatpump - panasonic_heatpump_id: hp2 - top1: - name: "HP2 Pump Flow" EOF - - name: Validate multi-instance config + - name: Validate full config run: | esphome config tests/panasonic_heatpump/test_panasonic_multi.yaml