spelling: components/eufy (#64248)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:29:10 -05:00 committed by GitHub
parent 7c7807b5b3
commit 09d75a6a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ class EufyLight(LightEntity):
@property
def max_mireds(self):
"""Return maximu supported color temperature."""
"""Return maximum supported color temperature."""
return kelvin_to_mired(EUFY_MIN_KELVIN)
@property