From b229ee80e692d8eda5319fbb104f7cb66b02b476 Mon Sep 17 00:00:00 2001 From: ElVit Date: Mon, 9 Jun 2025 10:25:01 +0200 Subject: [PATCH] Updated limits of SET37 and SET38 --- components/panasonic_heatpump/number/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/panasonic_heatpump/number/__init__.py b/components/panasonic_heatpump/number/__init__.py index 26038f3..c0960bf 100644 --- a/components/panasonic_heatpump/number/__init__.py +++ b/components/panasonic_heatpump/number/__init__.py @@ -113,8 +113,8 @@ CONF_NUMBERS = [ [ 0, 10, 1, ], [ 5, 35, 1, ], [ -15, 35, 1, ], - [ -15, 35, 1, ], - [ -15, 35, 1, ], + [ -10, 0, 1, ], + [ -10, 0, 1, ], ] PanasonicHeatpumpNumber = panasonic_heatpump_ns.class_("PanasonicHeatpumpNumber", number.Number, cg.Component)