diff --git a/pyvlx/pyvlx.py b/pyvlx/pyvlx.py index 0fa0066f..31329fdc 100644 --- a/pyvlx/pyvlx.py +++ b/pyvlx/pyvlx.py @@ -53,6 +53,7 @@ async def connect(self): await house_status_monitor_enable(pyvlx=self) async def reboot_gateway(self): + """Reboot gateway.""" PYVLXLOG.warning("KLF 200 reboot initiated") reboot = Reboot(pyvlx=self) await reboot.do_api_call()