mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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
|
return
|
||||||
# Some updates trigger multiple events like one for artist and one for title for one change
|
# Some updates trigger multiple events like one for artist and one for title for one change
|
||||||
# We skip every event except the last one
|
# 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
|
return
|
||||||
if event == "TA" and not parameter.startwith("ANNAME"):
|
if event == "TA" and not parameter.startwith("ANNAME"):
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user