parent
cabc4f797a
commit
d0ecad78ac
6 changed files with 12 additions and 12 deletions
|
@ -183,7 +183,7 @@ class BaseZwaveJSFlow(ConfigEntryBaseFlow, ABC):
|
|||
|
||||
@property
|
||||
@abstractmethod
|
||||
def flow_manager(self) -> FlowManager[ConfigFlowResult]:
|
||||
def flow_manager(self) -> FlowManager[ConfigFlowResult, str]:
|
||||
"""Return the flow manager of the flow."""
|
||||
|
||||
async def async_step_install_addon(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue