Spelling updates (#82867)

This commit is contained in:
Marc Mueller 2022-11-28 16:51:43 +01:00 committed by GitHub
parent d72802cfb0
commit 63d519c1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 27 additions and 27 deletions

View file

@ -73,7 +73,7 @@ class RTSPToWebRTCConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
return None
async def async_step_hassio(self, discovery_info: HassioServiceInfo) -> FlowResult:
"""Prepare confiugration for the RTSPtoWebRTC server add-on discovery."""
"""Prepare configuration for the RTSPtoWebRTC server add-on discovery."""
if self._async_current_entries():
return self.async_abort(reason="single_instance_allowed")