Fix grammar in tts service description (#81916)

pull/81923/head
Erik Montnemery 2022-11-10 17:25:42 +01:00 committed by GitHub
parent 7500d0c61c
commit ae2b2acab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
# Register the service description
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_FIELDS: services_dict[SERVICE_SAY][CONF_FIELDS],
}