Skip to content

Commit

Permalink
mDNS discovery: Additional philips light (philips-light-zyceiling) ad…
Browse files Browse the repository at this point in the history
…ded. (#237)
  • Loading branch information
syssi authored Feb 25, 2018
1 parent fe193e5 commit 2103f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions miio/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
"zhimi-humidifier-v1": AirHumidifier,
"zhimi-humidifier-ca1": AirHumidifier,
"yunmi-waterpuri-v2": WaterPurifier,
# It looks like philips devices cannot be discovered via mdns
# It looks like the philips bulb cannot be discovered via mdns
"philips-light-bulb": PhilipsBulb,
"philips-light-ceiling": Ceil,
"philips-light-sread1": PhilipsEyecare,
"philips-light-zyceiling": Ceil,
"philips-light-sread1": PhilipsEyecare, # name needs to be checked
"xiaomi-wifispeaker-v1": WifiSpeaker, # name needs to be checked
"yeelink-light-": Yeelight,
"lumi-gateway-": lambda x: other_package_info(
Expand Down

0 comments on commit 2103f29

Please sign in to comment.