From 1a1dfbd4891f277810a1b53d5d623467089be862 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 29 Apr 2024 20:13:36 +0200 Subject: [PATCH] Remove semicolon in Modbus (#116399) --- homeassistant/components/modbus/modbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/modbus/modbus.py b/homeassistant/components/modbus/modbus.py index bd7eed8235c..a5c0867dedb 100644 --- a/homeassistant/components/modbus/modbus.py +++ b/homeassistant/components/modbus/modbus.py @@ -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]]