Fix missing import beacon

This commit is contained in:
2022-03-04 18:55:12 +01:00
parent 73d15f8c9a
commit f36a3093bf
3 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ from homeassistant.helpers.update_coordinator import (
)
from .device import Device
from .device import Device, DeviceBeacon
from .const import (
CONF_EMAIL,
CONF_PASSWORD,