Skip to content

Commit

Permalink
Added new cover device
Browse files Browse the repository at this point in the history
  • Loading branch information
jheling authored Nov 18, 2018
1 parent 6728c17 commit 20f9028
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pfreeathome.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 20f9028

Please sign in to comment.