Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteRager committed Oct 23, 2024
1 parent d6d36ee commit b623be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/lennoxs30/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b623be2

Please sign in to comment.