Correct stale doc string for MQTT tag platform (#86862)
parent
a7ddd592fb
commit
6a94a58325
|
@ -44,7 +44,7 @@ PLATFORM_SCHEMA = MQTT_BASE_SCHEMA.extend(
|
|||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> None:
|
||||
"""Set up MQTT device automation dynamically through MQTT discovery."""
|
||||
"""Set up MQTT tag scanner dynamically through MQTT discovery."""
|
||||
|
||||
setup = functools.partial(_async_setup_tag, hass, config_entry=config_entry)
|
||||
await async_setup_entry_helper(hass, TAG, setup, PLATFORM_SCHEMA)
|
||||
|
|
Loading…
Reference in New Issue