mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Remove semicolon in Modbus (#116399)
This commit is contained in:
parent
dfc198cae0
commit
d1c58467c5
@ -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]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user