mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Rename mispelled services python files (#146049)
This commit is contained in:
@@ -30,7 +30,7 @@ from .const import (
|
|||||||
DOMAIN,
|
DOMAIN,
|
||||||
)
|
)
|
||||||
from .entity import JewishCalendarConfigEntry, JewishCalendarData
|
from .entity import JewishCalendarConfigEntry, JewishCalendarData
|
||||||
from .service import async_setup_services
|
from .services import async_setup_services
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.SENSOR]
|
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.SENSOR]
|
||||||
|
@@ -35,7 +35,7 @@ from .coordinator import (
|
|||||||
SynologyDSMData,
|
SynologyDSMData,
|
||||||
SynologyDSMSwitchUpdateCoordinator,
|
SynologyDSMSwitchUpdateCoordinator,
|
||||||
)
|
)
|
||||||
from .service import async_setup_services
|
from .services import async_setup_services
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user