Fix night mode switch state on Sonos (#63009)

This commit is contained in:
jjlawren
2021-12-29 10:25:29 -06:00
committed by GitHub
parent 469a1cae85
commit 00a4b60f74

View File

@@ -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",
): ):