Stale doc string for mqtt light async_setup_entry (#94109)

pull/94117/head
Jan Bouwhuis 2023-06-06 16:02:46 +02:00 committed by GitHub
parent 05fbc09ef0
commit 0d4af6fb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ async def async_setup_entry(
config_entry: ConfigEntry,
async_add_entities: AddEntitiesCallback,
) -> None:
"""Set up MQTT lights configured under the light platform key (deprecated)."""
"""Set up MQTT lights through YAML and through MQTT discovery."""
setup = functools.partial(
_async_setup_entity, hass, async_add_entities, config_entry=config_entry
)