mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 00:26: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:
|
if proc.returncode == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
_LOGGER.waring("udevadm device triggering fails!")
|
_LOGGER.warning("udevadm device triggering fails!")
|
||||||
raise HardwareNotSupportedError()
|
raise HardwareNotSupportedError()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user