Skip to content

Commit

Permalink
Pylint: Fix fanspeed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenbe committed May 24, 2024
1 parent cae7a0e commit 9739a15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions comfospot40/fanspeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ class Fanspeed(Value):
_presets = {"low": 27, "mid": 47, "high": 78, "max": 100}
_preset = None
_direction_forward = True
zoneid = None
prefix = None
topic_on_set = None
topic_oscillation_set = None
topic_direction_set = None
topic_percentage_set = None
topic_preset_set = None

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 9739a15

Please sign in to comment.