Rename mispelled services python files (#146049)

This commit is contained in:
Simone Chemelli 2025-06-02 21:41:31 +03:00 committed by GitHub
parent eefe1e6f0f
commit 9e1e889fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ from .const import (
DOMAIN,
)
from .entity import JewishCalendarConfigEntry, JewishCalendarData
from .service import async_setup_services
from .services import async_setup_services
_LOGGER = logging.getLogger(__name__)
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.SENSOR]

View File

@ -35,7 +35,7 @@ from .coordinator import (
SynologyDSMData,
SynologyDSMSwitchUpdateCoordinator,
)
from .service import async_setup_services
from .services import async_setup_services
_LOGGER = logging.getLogger(__name__)