mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix denonavr netaudio telnet event (#97159)
This commit is contained in:
parent
fe66c3414b
commit
0d79903f90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user