mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Ignore import error on avion
This commit is contained in:
parent
a74258db09
commit
738292f817
@ -50,6 +50,7 @@ class AvionLight(Light):
|
||||
|
||||
def __init__(self, device):
|
||||
"""Initialize the light."""
|
||||
# pylint: disable=import-error
|
||||
import avion
|
||||
|
||||
self._name = device['name']
|
||||
|
Loading…
x
Reference in New Issue
Block a user