From dba2bb49eb54a142cec14f60b1a09f7d7e747a81 Mon Sep 17 00:00:00 2001 From: ElVit <54866762+ElVit@users.noreply.github.com> Date: Thu, 27 Nov 2025 12:27:14 +0100 Subject: [PATCH] Update __init__.py --- components/panasonic_heatpump/switch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/panasonic_heatpump/switch/__init__.py b/components/panasonic_heatpump/switch/__init__.py index dbe77ce..7b5f4c9 100644 --- a/components/panasonic_heatpump/switch/__init__.py +++ b/components/panasonic_heatpump/switch/__init__.py @@ -10,7 +10,7 @@ from .. import ( panasonic_heatpump_ns, ) -CONF_SET1 = "set1" # Set Heatpump +CONF_SET1 = "set1" # Set Heatpump CONF_SET10 = "set10" # Set Force DHW CONF_SET12 = "set12" # Set Force Defrost CONF_SET13 = "set13" # Set Force Sterilization