mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
[speaker] Add missing auto-load for `audio
` (#7794)
This commit is contained in:
parent
fbb9967117
commit
6bcbbcce02
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from esphome.const import CONF_DATA, CONF_ID, CONF_VOLUME
|
|||
from esphome.core import CORE
|
||||
from esphome.coroutine import coroutine_with_priority
|
||||
|
||||
AUTO_LOAD = ["audio"]
|
||||
CODEOWNERS = ["@jesserockz", "@kahrendt"]
|
||||
|
||||
IS_PLATFORM_COMPONENT = True
|
||||
|
|
Loading…
Reference in a new issue