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