Skip to content

Commit

Permalink
Fix property list
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 13, 2018
1 parent a20fed9 commit 1d009c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'battery',
'bat_charge',
'button_pressed',
]
] + AVAILABLE_PROPERTIES_COMMON

AVAILABLE_PROPERTIES = {
MODEL_FAN_V2: ['led', 'bat_state'] + AVAILABLE_PROPERTIES_COMMON_V2_V3,
Expand Down

0 comments on commit 1d009c0

Please sign in to comment.