Move mysensors base entity to separate module (#126105)
This commit is contained in:
parent
7fee61db84
commit
4d140d81f9
13 changed files with 12 additions and 12 deletions
|
@ -13,7 +13,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
|
||||
from . import setup_mysensors_platform
|
||||
from .const import MYSENSORS_DISCOVERY, DiscoveryInfo, SensorType
|
||||
from .device import MySensorsChildEntity
|
||||
from .entity import MySensorsChildEntity
|
||||
from .helpers import on_unload
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue