Skip to content

Commit

Permalink
mDNS discovery: Additional Philips Candle Light added (philips.light.…
Browse files Browse the repository at this point in the history
…candle) (#301)
  • Loading branch information
syssi authored Apr 4, 2018
1 parent 91b05a1 commit 456f246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions miio/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"zhimi-humidifier-v1": AirHumidifier,
"zhimi-humidifier-ca1": AirHumidifier,
"yunmi-waterpuri-v2": WaterPurifier,
# It looks like the philips bulb cannot be discovered via mdns
"philips-light-bulb": PhilipsBulb,
"philips-light-candle2": PhilipsBulb, # name needs to be checked
"philips-light-bulb": PhilipsBulb, # cannot be discovered via mdns
"philips-light-candle": PhilipsBulb, # cannot be discovered via mdns
"philips-light-candle2": PhilipsBulb, # cannot be discovered via mdns
"philips-light-ceiling": Ceil,
"philips-light-zyceiling": Ceil,
"philips-light-sread1": PhilipsEyecare, # name needs to be checked
Expand Down

0 comments on commit 456f246

Please sign in to comment.