Skip to content

Commit

Permalink
Add pylint no-member attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-richter committed Jun 21, 2019
1 parent 7ce5051 commit a17bb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/vallox/fan.py
Expand Up @@ -25,6 +25,7 @@
SPEED_LIST = [SPEED_HOME, SPEED_AWAY, SPEED_BOOST, SPEED_FIREPLACE]

# Profile <-> speed mappings between the lib and the Home Assistant interface.
# pylint: disable=no-member
PROFILE_TO_SPEED = {
VALLOX_PROFILE.HOME: SPEED_HOME,
VALLOX_PROFILE.AWAY: SPEED_AWAY,
Expand Down

0 comments on commit a17bb4a

Please sign in to comment.