mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Fix grammar in tts service description (#81916)
This commit is contained in:
parent
7500d0c61c
commit
ae2b2acab5
@ -240,7 +240,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
|
|
||||||
# Register the service description
|
# Register the service description
|
||||||
service_desc = {
|
service_desc = {
|
||||||
CONF_NAME: f"Say an TTS message with {p_type}",
|
CONF_NAME: f"Say a TTS message with {p_type}",
|
||||||
CONF_DESCRIPTION: f"Say something using text-to-speech on a media player with {p_type}.",
|
CONF_DESCRIPTION: f"Say something using text-to-speech on a media player with {p_type}.",
|
||||||
CONF_FIELDS: services_dict[SERVICE_SAY][CONF_FIELDS],
|
CONF_FIELDS: services_dict[SERVICE_SAY][CONF_FIELDS],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user