From 39bc6f1d6cac0b4ce37c9e227d2492c9b30c29ea Mon Sep 17 00:00:00 2001 From: ElVit Date: Mon, 16 Feb 2026 16:38:38 +0100 Subject: [PATCH] Move tank configuration to water_heater section in panasonic_heatpump.yaml --- example_panasonic_heatpump.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/example_panasonic_heatpump.yaml b/example_panasonic_heatpump.yaml index ecf5442..963b371 100644 --- a/example_panasonic_heatpump.yaml +++ b/example_panasonic_heatpump.yaml @@ -504,9 +504,12 @@ select: climate: - platform: panasonic_heatpump cool_mode: true - tank: - name: "DHW" zone1: name: "Zone 1" zone2: name: "Zone 2" + +water_heater: + - platform: panasonic_heatpump + tank: + name: "DHW"