Split Withings common file out to their own file (#100150)
* Split common out in logical pieces * Split common out in logical pieces * Split common out in logical pieces
This commit is contained in:
parent
5a56adb3f5
commit
c347c78b6d
7 changed files with 158 additions and 161 deletions
|
@ -23,12 +23,7 @@ from homeassistant.const import (
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .common import (
|
||||
BaseWithingsSensor,
|
||||
UpdateType,
|
||||
WithingsEntityDescription,
|
||||
async_get_data_manager,
|
||||
)
|
||||
from .common import UpdateType, async_get_data_manager
|
||||
from .const import (
|
||||
SCORE_POINTS,
|
||||
UOM_BEATS_PER_MINUTE,
|
||||
|
@ -37,6 +32,7 @@ from .const import (
|
|||
UOM_MMHG,
|
||||
Measurement,
|
||||
)
|
||||
from .entity import BaseWithingsSensor, WithingsEntityDescription
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue