Skip to content

Commit

Permalink
mDNS names of the cooker fixed (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored May 8, 2018
1 parent 8402a2f commit 6eade93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions miio/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"xiaomi-wifispeaker-v1": WifiSpeaker, # name needs to be checked
"xiaomi-repeater-v1": WifiRepeater, # name needs to be checked
"xiaomi-repeater-v3": WifiRepeater, # name needs to be checked
"chunmi.cooker.press1": Cooker,
"chunmi.cooker.press2": Cooker,
"chunmi.cooker.normal1": Cooker,
"chunmi.cooker.normal2": Cooker,
"chunmi.cooker.normal3": Cooker,
"chunmi.cooker.normal4": Cooker,
"chunmi.cooker.normal5": Cooker,
"chunmi-cooker-press1": Cooker,
"chunmi-cooker-press2": Cooker,
"chunmi-cooker-normal1": Cooker,
"chunmi-cooker-normal2": Cooker,
"chunmi-cooker-normal3": Cooker,
"chunmi-cooker-normal4": Cooker,
"chunmi-cooker-normal5": Cooker,
"lumi-acpartner-v1": AirConditioningCompanion,
"lumi-acpartner-v2": AirConditioningCompanion,
"lumi-acpartner-v3": AirConditioningCompanion,
Expand Down

0 comments on commit 6eade93

Please sign in to comment.