Updated limits of SET37 and SET38

This commit is contained in:
ElVit 2025-06-09 10:25:01 +02:00
parent 60d172f057
commit b229ee80e6
1 changed files with 2 additions and 2 deletions

View File

@ -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)