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)