mirror of
https://github.com/home-assistant/core.git
synced 2025-11-27 11:38:01 +00:00
Spelling fixes (#25666)
This commit is contained in:
committed by
Pascal Vizeli
parent
2f7c57b257
commit
a54ade1189
@@ -262,7 +262,7 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow):
|
||||
# PairVerify M4 - Ed25519 signature verification failed
|
||||
errors["pairing_code"] = "authentication_error"
|
||||
except homekit.UnknownError:
|
||||
# An error occured on the device whilst performing this
|
||||
# An error occurred on the device whilst performing this
|
||||
# operation.
|
||||
errors["pairing_code"] = "unknown_error"
|
||||
except homekit.MaxPeersError:
|
||||
|
||||
Reference in New Issue
Block a user