From 51172bc60a623c80ab313e39605e2d409338c035 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:32:48 +0100 Subject: [PATCH] Update number.py --- custom_components/saj_modbus/number.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/saj_modbus/number.py b/custom_components/saj_modbus/number.py index d3b22b7..f48d0a0 100644 --- a/custom_components/saj_modbus/number.py +++ b/custom_components/saj_modbus/number.py @@ -21,6 +21,7 @@ async def async_setup_entry(hass, entry, async_add_entities): + """Setup entries.""" hub_name = entry.data[CONF_NAME] hub = hass.data[DOMAIN][hub_name]["hub"]