Fix signature send_percent_open

This commit is contained in:
Jean-Marc Collin
2025-02-12 13:17:04 +00:00
parent b8e5275cf9
commit 36fe361ad0

View File

@@ -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(