Skip to content

Commit

Permalink
Add misspelled slient cleanup mode (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeinerox authored Apr 4, 2024
1 parent ca72642 commit b8b24ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yandex_smart_home/capability_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ class CleanupModeCapability(StateModeCapability):
ModeCapabilityMode.EXPRESS: ["express", "105"],
ModeCapabilityMode.MEDIUM: ["medium", "middle"],
ModeCapabilityMode.NORMAL: ["normal", "standard", "basic", "103"],
ModeCapabilityMode.QUIET: ["quiet", "low", "min", const.CLEANUP_MODE_SILENT, "eco", "101"],
ModeCapabilityMode.QUIET: ["quiet", "low", "min", const.CLEANUP_MODE_SILENT, "eco", "101", "slient"],
ModeCapabilityMode.SMART: [const.CLEANUP_MODE_MAX_PLUS],
}

Expand Down

0 comments on commit b8b24ce

Please sign in to comment.