mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Fix tts Great Migration issue (#22539)
This commit is contained in:
committed by
Paulus Schoutsen
parent
4e78d895d9
commit
c31ab7a175
@@ -12,7 +12,7 @@ import tempfile
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from . import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user