Match comments with refactoring (#121330)

Change comments
This commit is contained in:
Erwin Douna 2024-07-05 21:50:50 +02:00 committed by GitHub
parent 130dbcb3f1
commit 34b5df50cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ async def async_setup_entry(
) -> None:
"""Set up platform for a new integration.
Called by the HA framework after async_forward_entry_setup has been called
Called by the HA framework after async_forward_entry_setups has been called
during initialization of a new integration (= wiffi).
"""

View File

@ -45,7 +45,7 @@ async def async_setup_entry(
) -> None:
"""Set up platform for a new integration.
Called by the HA framework after async_forward_entry_setup has been called
Called by the HA framework after async_forward_entry_setups has been called
during initialization of a new integration (= wiffi).
"""