mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Stale doc string for mqtt light async_setup_entry (#94109)
This commit is contained in:
parent
05fbc09ef0
commit
0d4af6fb1e
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user