From b623be2d06fe9afebd8541be48fcd54d736cbbe4 Mon Sep 17 00:00:00 2001 From: PeteRager <76050312+PeteRager@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:57:03 -0400 Subject: [PATCH] add comments --- custom_components/lennoxs30/number.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/lennoxs30/number.py b/custom_components/lennoxs30/number.py index 91e7708..6954751 100644 --- a/custom_components/lennoxs30/number.py +++ b/custom_components/lennoxs30/number.py @@ -438,6 +438,7 @@ def device_info(self) -> DeviceInfo: class EquipmentParameterNumber(S30BaseEntityMixin, NumberEntity): """Set timed ventilation.""" + # These parameters are absolute temperatures and will e given a device class. absolute_temperature_pids: list[int] = [ 202, 203, 105, 106, 128, 129, 55, 178, 194, 195, 179, 297, 298, 299, 300, 301, 302, 326, 327, 328