Fix grammar in tts service description (#81916)
This commit is contained in:
parent
7500d0c61c
commit
ae2b2acab5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue