mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix night mode switch state on Sonos (#63009)
This commit is contained in:
parent
469a1cae85
commit
00a4b60f74
@ -482,7 +482,7 @@ class SonosSpeaker:
|
|||||||
|
|
||||||
for bool_var in (
|
for bool_var in (
|
||||||
"dialog_level",
|
"dialog_level",
|
||||||
"night_level",
|
"night_mode",
|
||||||
"sub_enabled",
|
"sub_enabled",
|
||||||
"surround_enabled",
|
"surround_enabled",
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user