From 20f9028ed65be54d87899d1285010880c13a2242 Mon Sep 17 00:00:00 2001 From: jheling <35200188+jheling@users.noreply.github.com> Date: Sun, 18 Nov 2018 14:20:34 +0100 Subject: [PATCH] Added new cover device --- pfreeathome.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pfreeathome.py b/pfreeathome.py index f78bd2d..dd6dc42 100644 --- a/pfreeathome.py +++ b/pfreeathome.py @@ -506,9 +506,8 @@ def find_devices(self, use_room_names): self.devices[scene] = 'scene' log.info( 'scene %s %s',scene ,scene_name ) - # switch device - - if deviceId == 'B001' or deviceId == '1013': + # cover device + if deviceId == 'B001' or deviceId == '1013' or deviceId == '1015': channels = neighbor.find('channels') if channels is not None: for channel in channels.findall('channel'):