Separate iCloud class (#31022)
* Separate iCloud class * Update .coveragerc * Fix pipe
This commit is contained in:
parent
6f1c45257a
commit
c481a48e3a
5 changed files with 428 additions and 395 deletions
|
@ -9,7 +9,7 @@ from homeassistant.const import CONF_USERNAME
|
|||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
from . import IcloudDevice
|
||||
from .account import IcloudDevice
|
||||
from .const import (
|
||||
DEVICE_LOCATION_HORIZONTAL_ACCURACY,
|
||||
DEVICE_LOCATION_LATITUDE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue