Skip to content
Snippets Groups Projects
Unverified Commit 53479b59 authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Adjust name of legacy Home Assistant Cloud TTS provider (#124685)

parent 9cae786f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment