Skip to content

Commit

Permalink
Fix typo (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
com30n authored Dec 2, 2021
1 parent 5699aea commit 1f3da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/philips_eyecare.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PhilipsEyecare(Device):
"Ambient light: {result.ambient}\n"
"Ambient light brightness: {result.ambient_brightness}\n"
"Eyecare mode: {result.eyecare}\n"
"Scene: {result.scence}\n"
"Scene: {result.scene}\n"
"Eye fatigue reminder: {result.reminder}\n"
"Smart night light: {result.smart_night_light}\n"
"Delayed turn off: {result.delay_off_countdown}\n",
Expand Down

0 comments on commit 1f3da25

Please sign in to comment.