From 36fe361ad0f4c909546e673b983029b35016ca51 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Wed, 12 Feb 2025 13:17:04 +0000 Subject: [PATCH] Fix signature send_percent_open --- custom_components/versatile_thermostat/underlyings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/versatile_thermostat/underlyings.py b/custom_components/versatile_thermostat/underlyings.py index 7cc60b0..e8b6800 100644 --- a/custom_components/versatile_thermostat/underlyings.py +++ b/custom_components/versatile_thermostat/underlyings.py @@ -1116,7 +1116,7 @@ class UnderlyingValveRegulation(UnderlyingValve): return new_opening, new_closing - async def send_percent_open(self): + async def send_percent_open(self, _: float = None): """Send the percent open to the underlying valve""" if not self._is_min_max_initialized: _LOGGER.debug(