Skip to content

Commit

Permalink
Syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Apr 8, 2018
1 parent 093e970 commit f8da121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"xiaomi-repeater-v1": WifiRepeater, # name needs to be checked
"xiaomi-repeater-v3": WifiRepeater, # name needs to be checked
"yeelink-light-": Yeelight,
"zhimi-fan-v2", Fan,
"zhimi-fan-v3", Fan,
"zhimi-fan-v2": Fan,
"zhimi-fan-v3": Fan,
"lumi-gateway-": lambda x: other_package_info(
x, "https://github.com/Danielhiversen/PyXiaomiGateway")
} # type: Dict[str, Union[Callable, Device]]
Expand Down

0 comments on commit f8da121

Please sign in to comment.