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

View File

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