Skip to content

Commit

Permalink
Merge pull request #79 from njobrien1006/dev
Browse files Browse the repository at this point in the history
Update switch.py
  • Loading branch information
njobrien1006 authored Sep 27, 2024
2 parents a9ebf13 + 0c3ebad commit 20a81cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/traeger/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class TraegerSwitchEntity(TraegerBaseSwitch):
"""Traeger Switch class."""

# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
def __init__(self, client, grill_id, devname, friendly_name, iconinp,
on_cmd, off_cmd):
super().__init__(client, grill_id, devname, friendly_name)
Expand Down

0 comments on commit 20a81cb

Please sign in to comment.