mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Rename mispelled services python files (#146049)
This commit is contained in:
parent
eefe1e6f0f
commit
9e1e889fd7
@ -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__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user