Fix spelling [docstrings + comments] (#114168)

This commit is contained in:
Marc Mueller 2024-03-25 11:33:00 +01:00 committed by GitHub
parent 9b7cc088be
commit 81c34ac952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 46 additions and 46 deletions

View file

@ -1584,7 +1584,7 @@ class AlexaModeController(AlexaCapability):
)
modes += 1
# Alexa requiers at least 2 modes
# Alexa requires at least 2 modes
if modes == 1:
self._resource.add_mode(f"state.{PRESET_MODE_NA}", [PRESET_MODE_NA])