Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Oct 17, 2023
1 parent 6343aef commit 28df92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/stromer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
try:
await stromer.stromer_connect()
execpt ApiError as ex:
raise ConfigEntryNotReady(fError while communicating to Stromer API") from ex
raise ConfigEntryNotReady("Error while communicating to Stromer API") from ex

LOGGER.debug("Stromer entry: {}".format(entry))

Expand Down

0 comments on commit 28df92a

Please sign in to comment.