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.dispatcher import async_dispatcher_send
from homeassistant.util import decorator
from .const import CHILD_CALLBACK, NODE_CALLBACK, DevId, GatewayId
from .device import get_mysensors_devices
from .entity import get_mysensors_devices
from .helpers import (
discover_mysensors_node,
discover_mysensors_platform,