Remove semicolon in Modbus (#116399)

This commit is contained in:
Joost Lekkerkerker 2024-04-29 20:13:36 +02:00 committed by GitHub
parent dfc198cae0
commit d1c58467c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,7 +245,7 @@ async def async_modbus_setup(
translation_key="deprecated_restart",
)
_LOGGER.warning(
"`modbus.restart`: is deprecated and will be removed in version 2024.11"
"`modbus.restart` is deprecated and will be removed in version 2024.11"
)
async_dispatcher_send(hass, SIGNAL_START_ENTITY)
hub = hub_collect[service.data[ATTR_HUB]]