1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Enable fallback polling for Sonos microphone binary_sensor (#66299)

This commit is contained in:
jjlawren
2022-02-21 12:46:20 -06:00
committed by GitHub
parent 3644740786
commit 76149876ab
4 changed files with 18 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ def soco_fixture(
mock_soco.audio_delay = 2
mock_soco.bass = 1
mock_soco.treble = -1
mock_soco.mic_enabled = False
mock_soco.sub_enabled = False
mock_soco.surround_enabled = True
mock_soco.soundbar_audio_input_format = "Dolby 5.1"