Skip to content

Commit

Permalink
fix: fix missing target devices
Browse files Browse the repository at this point in the history
Fix bug where the last_called media player would exit the target
loop early. This would result in missing devices.
closes #1138
  • Loading branch information
alandtse committed Jan 24, 2021
1 parent 3c80187 commit a2fff11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/alexa_media/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def targets(self):
entity,
)
devices[entity_name_last_called] = entity.unique_id
break
return devices

@property
Expand Down

0 comments on commit a2fff11

Please sign in to comment.