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.helpers.entity import Entity
|
|||
from homeassistant.helpers.icon import icon_for_battery_level
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
from . import IcloudDevice
|
||||
from .account import IcloudDevice
|
||||
from .const import DOMAIN, SERVICE_UPDATE
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue