mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Fix typing warning / hardware (#1277)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user