Skip to content

Commit

Permalink
Mark philips.light.sread2 as supported for philips_eyecare (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Mar 11, 2022
1 parent 5676303 commit af1e31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/integrations/light/philips/philips_eyecare.py
Expand Up @@ -77,7 +77,7 @@ def delay_off_countdown(self) -> int:
class PhilipsEyecare(Device):
"""Main class representing Xiaomi Philips Eyecare Smart Lamp 2."""

_supported_models = ["philips.light.sread1"]
_supported_models = ["philips.light.sread1", "philips.light.sread2"]

@command(
default_output=format_output(
Expand Down

0 comments on commit af1e31a

Please sign in to comment.