mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 15:46:29 +00:00
Fix typing warning / hardware (#1277)
This commit is contained in:
parent
435a1096ed
commit
b0dd043975
@ -159,5 +159,5 @@ class Hardware:
|
||||
if proc.returncode == 0:
|
||||
return
|
||||
|
||||
_LOGGER.waring("udevadm device triggering fails!")
|
||||
_LOGGER.warning("udevadm device triggering fails!")
|
||||
raise HardwareNotSupportedError()
|
||||
|
Loading…
x
Reference in New Issue
Block a user