1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add audio_delay number entity to Sonos (#63566)

This commit is contained in:
jjlawren
2022-01-10 09:04:40 -06:00
committed by GitHub
parent e2f9284c55
commit 740a8c33ee
6 changed files with 113 additions and 18 deletions

View File

@@ -101,6 +101,7 @@ def soco_fixture(music_library, speaker_info, battery_info, alarm_clock):
mock_soco.night_mode = True
mock_soco.dialog_level = True
mock_soco.volume = 19
mock_soco.audio_delay = 2
mock_soco.bass = 1
mock_soco.treble = -1
mock_soco.sub_enabled = False