mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix denonavr netaudio telnet event (#97159)
This commit is contained in:
@@ -256,7 +256,7 @@ class DenonDevice(MediaPlayerEntity):
|
||||
return
|
||||
# Some updates trigger multiple events like one for artist and one for title for one change
|
||||
# We skip every event except the last one
|
||||
if event == "NS" and not parameter.startswith("E4"):
|
||||
if event == "NSE" and not parameter.startswith("4"):
|
||||
return
|
||||
if event == "TA" and not parameter.startwith("ANNAME"):
|
||||
return
|
||||
|
Reference in New Issue
Block a user