mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Home Assistant Cloud: fix capitalization (#148992)
This commit is contained in:
parent
39d323186f
commit
43a30fad96
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user