Correct stale doc string for MQTT tag platform (#86862)

pull/86868/head
Jan Bouwhuis 2023-01-28 23:23:22 +01:00 committed by GitHub
parent a7ddd592fb
commit 6a94a58325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)