Separate iCloud class (#31022)

* Separate iCloud class

* Update .coveragerc

* Fix pipe
This commit is contained in:
Quentame 2020-01-25 19:24:50 +01:00 committed by Charles Garwood
parent 6f1c45257a
commit c481a48e3a
5 changed files with 428 additions and 395 deletions

View file

@ -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__)