mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 02:35:01 -05:00
Fix startup block from Swiss public transport (#123704)
This commit is contained in:
@@ -44,7 +44,7 @@ async def async_setup_entry(
|
||||
translation_key="request_timeout",
|
||||
translation_placeholders={
|
||||
"config_title": entry.title,
|
||||
"error": e,
|
||||
"error": str(e),
|
||||
},
|
||||
) from e
|
||||
except OpendataTransportError as e:
|
||||
@@ -54,7 +54,7 @@ async def async_setup_entry(
|
||||
translation_placeholders={
|
||||
**PLACEHOLDERS,
|
||||
"config_title": entry.title,
|
||||
"error": e,
|
||||
"error": str(e),
|
||||
},
|
||||
) from e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user