Rename Withings coordinator file (#100899)
Rename common.py to coordinator.py
This commit is contained in:
parent
249e20f8e5
commit
b0a7e68984
6 changed files with 6 additions and 6 deletions
|
@ -14,8 +14,8 @@ from homeassistant.config_entries import ConfigEntry
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .common import WithingsDataUpdateCoordinator
|
||||
from .const import DOMAIN, Measurement
|
||||
from .coordinator import WithingsDataUpdateCoordinator
|
||||
from .entity import WithingsEntity, WithingsEntityDescription
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue