mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Adjust name of legacy Home Assistant Cloud TTS provider (#124685)
This commit is contained in:
parent
9cae786f40
commit
53479b5924
@ -221,7 +221,7 @@ class CloudProvider(Provider):
|
||||
def __init__(self, cloud: Cloud[CloudClient]) -> None:
|
||||
"""Initialize cloud provider."""
|
||||
self.cloud = cloud
|
||||
self.name = "Cloud"
|
||||
self.name = "Home Assistant Cloud"
|
||||
self._language, self._voice = cloud.client.prefs.tts_default_voice
|
||||
cloud.client.prefs.async_listen_updates(self._sync_prefs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user