diff --git a/homeassistant/components/teslemetry/services.py b/homeassistant/components/teslemetry/services.py index 4fecd98cf246..99d6936ba171 100644 --- a/homeassistant/components/teslemetry/services.py +++ b/homeassistant/components/teslemetry/services.py @@ -325,6 +325,9 @@ def async_setup_services(hass: HomeAssistant) -> None: vol.Required(ATTR_TOU_SETTINGS): dict, } ), + description_placeholders={ + "time_of_use_url": "https://developer.tesla.com/docs/fleet-api#time_of_use_settings" + }, ) async def add_charge_schedule(call: ServiceCall) -> None: diff --git a/homeassistant/components/teslemetry/strings.json b/homeassistant/components/teslemetry/strings.json index 9a99404fb704..a39120b22d33 100644 --- a/homeassistant/components/teslemetry/strings.json +++ b/homeassistant/components/teslemetry/strings.json @@ -1358,7 +1358,7 @@ "name": "Energy Site" }, "tou_settings": { - "description": "See https://developer.tesla.com/docs/fleet-api#time_of_use_settings for details.", + "description": "See {time_use_url} for details.", "name": "Settings" } },