mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix denonavr netaudio telnet event (#97159)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user