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

This commit is contained in:
Erik Montnemery 2024-08-27 15:13:58 +02:00 committed by GitHub
parent 9cae786f40
commit 53479b5924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)