Skip to content

Commit fe42182

Browse files
committed
Fix typo
1 parent 4c7b10c commit fe42182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ async def _smile_detect(self, result: etree, dsmrmain: etree) -> None:
481481

482482
if self._target_smile in ("smile_open_therm_v2", "smile_thermo_v3"):
483483
LOGGER.error(
484-
"Your Smile identified as %s needs a firmware update as it's firmware is severly outdated",
484+
"Your Smile identified as %s needs a firmware update as it's firmware is severely outdated",
485485
self._target_smile,
486486
)
487487
raise UnsupportedDeviceError

0 commit comments

Comments
 (0)