mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
[speaker] Add missing auto-load for `audio
` (#7794)
This commit is contained in:
parent
a0693060e4
commit
f04e3de7b8
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