Skip to content

Commit

Permalink
Update sonos2lox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelschreiner authored Oct 8, 2023
1 parent 4dd9cfa commit 9d2db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonos2lox.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def fetch_next_alarm():

filtered_alarms = set()
for alarm in alarms:
if alarm.zone.player_name == "Desk Marcel":
if alarm.zone.player_name == "<NAME_OF_YOUR_SONOS_SPEAKER>":
filtered_alarms.add(alarm)


Expand Down

0 comments on commit 9d2db7f

Please sign in to comment.