Move mysensors base entity to separate module (#126105)

This commit is contained in:
epenet 2024-09-17 15:37:56 +02:00 committed by GitHub
parent 7fee61db84
commit 4d140d81f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 12 additions and 12 deletions

View file

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