From c0bbf01e405c004daa31df0a45f3663ad4c2b0be Mon Sep 17 00:00:00 2001 From: tipi85 <66572325+tipi85@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:06:56 +0200 Subject: [PATCH] Add Swinging Shutters capability to pyvlx Works fine with home assistant --- pyvlx/node_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyvlx/node_helper.py b/pyvlx/node_helper.py index a36dd419..61499d94 100644 --- a/pyvlx/node_helper.py +++ b/pyvlx/node_helper.py @@ -33,6 +33,7 @@ def convert_frame_to_node(pyvlx, frame): if ( frame.node_type == NodeTypeWithSubtype.ROLLER_SHUTTER or frame.node_type == NodeTypeWithSubtype.DUAL_ROLLER_SHUTTER + or frame.node_type == NodeTypeWithSubtype.SWINGING_SHUTTERS ): return RollerShutter( pyvlx=pyvlx,