Rename Withings coordinator file (#100899)

Rename common.py to coordinator.py
This commit is contained in:
Joost Lekkerkerker 2023-09-26 10:59:45 +02:00 committed by GitHub
parent 249e20f8e5
commit b0a7e68984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

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