Home Assistant Cloud: fix capitalization (#148992)

This commit is contained in:
c0ffeeca7 2025-07-18 12:19:33 +02:00 committed by GitHub
parent 39d323186f
commit 43a30fad96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ _CLOUD_ERRORS: dict[
] = { ] = {
TimeoutError: ( TimeoutError: (
HTTPStatus.BAD_GATEWAY, HTTPStatus.BAD_GATEWAY,
"Unable to reach the Home Assistant cloud.", "Unable to reach the Home Assistant Cloud.",
), ),
aiohttp.ClientError: ( aiohttp.ClientError: (
HTTPStatus.INTERNAL_SERVER_ERROR, HTTPStatus.INTERNAL_SERVER_ERROR,