Skip to content

Commit

Permalink
[fixup] fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Akseli Lukkarila <[email protected]>
  • Loading branch information
Jalle19 and Esgrove authored Sep 9, 2024
1 parent cc3a8dd commit f27cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/vinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
async with lw3.connection():
device_information = await get_device_information(lw3)

# Store the lw3 as runtime data in teh entry
# Store the lw3 as runtime data in the entry
entry.runtime_data = VinxRuntimeData(lw3, device_information)
except ConnectionError as e:
raise ConfigEntryNotReady("Unable to connect") from e
Expand Down

0 comments on commit f27cefc

Please sign in to comment.